pete-gordon / oricutron

Portable Oric-1/Atmos/Telestrat and Pravetz 8D emulator
http://www.petergordon.org.uk/oricutron/
GNU General Public License v2.0
69 stars 25 forks source link

AmigaOS 4.1 FE, gcc 4.2.4 compiler error monitor.c line 2975 and 2998 for loop initial declaration used outside C99 mode #182

Closed 0ric1 closed 2 years ago

0ric1 commented 2 years ago

removing the int in both loops (j is already defined at top of mon_cmd function) resolves the error.

0ric1 commented 2 years ago

Thanks, this compiles without error.