inpcom.c: exclude command 'echo' and some others

from lower case letter transformation
This commit is contained in:
h_vogt 2013-09-14 14:50:19 +02:00 committed by rlar
parent b821e7e6cf
commit 1096d60e53
1 changed files with 5 additions and 2 deletions

View File

@ -690,11 +690,14 @@ inp_readall(FILE *fp, int call_depth, char *dir_name, bool comfile, bool intfile
error and zap the line. */
{
char *s;
/* no lower case letters for lines beginning with: */
if ( !ciprefix("write", buffer) &&
!ciprefix("wrdata", buffer) &&
!ciprefix(".lib", buffer) &&
!ciprefix(".inc", buffer) &&
!ciprefix("codemodel", buffer) &&
!ciprefix("use", buffer) &&
!ciprefix("echo", buffer) &&
!ciprefix("source", buffer) &&
!ciprefix("load", buffer)
)
{