Not only WRDATA -- the full list is
WRITE, WRDATA, .LIB, .INC, CODEMODEL,
ECHO, SOURCE, and LOAD.
Lines starting with these keywords
can be followed by case-sensitive text,
i.e. a (unix) file name, and therefore
such lines are not lower-cased when
parsed.
Unfortunately this means that the
keyword itself is also not lower-cased,
and therefore it is not recognized
by the command parser in inpcom.c .
-marcel
Last edit: marcel hendrix 2015-06-20
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Not only WRDATA -- the full list is
WRITE, WRDATA, .LIB, .INC, CODEMODEL,
ECHO, SOURCE, and LOAD.
Lines starting with these keywords
can be followed by case-sensitive text,
i.e. a (unix) file name, and therefore
such lines are not lower-cased when
parsed.
Unfortunately this means that the
keyword itself is also not lower-cased,
and therefore it is not recognized
by the command parser in inpcom.c .
-marcel
Last edit: marcel hendrix 2015-06-20
A patch has been uploaded to branch
vogt-tests-4
Holger