change tINCLUDE
to toINCLUDE
This commit is contained in:
parent
dadc182aba
commit
01c2dcaeb4
@ -396,7 +396,7 @@ enum {
|
||||
tpERROR,
|
||||
tpFILE,
|
||||
tpIF,/* #if */
|
||||
tINCLUDE,
|
||||
tpINCLUDE,
|
||||
tpLINE,
|
||||
tpPRAGMA,
|
||||
tpTRYINCLUDE,
|
||||
|
@ -1082,7 +1082,7 @@ static int command(void)
|
||||
} /* if */
|
||||
check_empty(lptr);
|
||||
break;
|
||||
case tINCLUDE: /* #include directive */
|
||||
case tpINCLUDE: /* #include directive */
|
||||
case tpTRYINCLUDE:
|
||||
ret=CMD_INCLUDE;
|
||||
if (!SKIPPING)
|
||||
|
Loading…
x
Reference in New Issue
Block a user