KermitProject / ckermit

C-Kermit: Portable OPEN SOURCE Scriptable Network and Serial Communication Software for Unix and VMS
Other
19 stars 10 forks source link

ckuusx.c: problem with NOPCLSCAN/NOPJLSCAN combo #11

Open zocterminal opened 3 months ago

zocterminal commented 3 months ago

Fixed problem when defining NOPCLSCAN but not define NOPJLSCAN: Curly brackes for each #ifdef balanced to include only the opening and closing curly.

Repro: add the following to the top of ckuusx.c and build.

#define NOPCLSCAN
#undef NOPJLSCAN