FDOS / freecom

FreeDOS Command Shell (command.com)
http://www.freedos.org/
GNU General Public License v2.0
155 stars 38 forks source link

Supplement: rename intr( ) to intrf( )/_intrf( ), and make its prototype agree with the corresponding functions in Open Watcom and (gcc-ia16 +) libi86 #82

Closed tkchia closed 2 years ago

tkchia commented 2 years ago

See https://github.com/FDOS/freecom/pull/80#issuecomment-1232741956 .

boeckmann commented 5 months ago

While intrf() is mentioned in the documentation, I get missing prototype warnings under OpenWatcom 1.9. Searching the headers, prototype for intrf() indeed seems not to exist. This is also true for OpenWatcom v2. The function itself exists (otherwise it would not link).

boeckmann commented 5 months ago

Update: under recent OpenWatcom v2 I found it. But for 1.9 it is definitely missing.