amagnasco / xwpe

Upload of an abandoned ncurses-based programming environment
http://www.identicalsoftware.com/xwpe/
GNU General Public License v2.0
29 stars 6 forks source link

Renamed type OPTK variable from opt to optk #33

Closed gbonnema closed 7 years ago

gbonnema commented 7 years ago

Renamed all variables called opt with type OPTK. This was pretty confusing. There are several OPT types with each a different struct layout. OPTK is one of them, OPT is another. This should hopefully prevent confusion.

The change is not complete, because the involved function names still have -opt- in them. I will change that when I understand what these functions do.

Please ignore the branch, just merge into devel. I will delete the branch after and synchronize with your devel.

gbonnema commented 7 years ago

Let's abort this pull request. It is from an older codebase and will get it's turn lateron in cleaning. I will close the request for now.