MF LINE and COL screen clauses
INPUT not reserved word in DEBUGGING MODE
Fixed in [r4355]. The issue is due to DEBUG-NAME and INPUT having the same hash. DEBUG-NAME is saved first into the reserved word table (with key 38). INPUT is saved after (with key 39, since 38 is taken by DEBUG-NAME). When DEBUG-NAME was removed after parsing DEBUGGING MODE, 38 is now a valid key for INPUT. However, the reserved word info for INPUT was still at 39 and had not been adjusted. The fix was to check all entries (up to the next NULL) following a deleted entry and move them, if needed,...
Fixed bug #764 "INPUT not reserved word in DEBUGGING MODE".
INPUT not reserved word in DEBUGGING MODE
#include <parser.h> broken in Windows 10
ftruncate undefined in Visual C++
ssize_t undefined in Visual C++