change tINCLUDE to toINCLUDE

This commit is contained in:
Yashas 2018-12-25 21:03:44 +05:30
parent dadc182aba
commit 01c2dcaeb4
2 changed files with 2 additions and 2 deletions

View File

@ -396,7 +396,7 @@ enum {
tpERROR, tpERROR,
tpFILE, tpFILE,
tpIF,/* #if */ tpIF,/* #if */
tINCLUDE, tpINCLUDE,
tpLINE, tpLINE,
tpPRAGMA, tpPRAGMA,
tpTRYINCLUDE, tpTRYINCLUDE,

View File

@ -1082,7 +1082,7 @@ static int command(void)
} /* if */ } /* if */
check_empty(lptr); check_empty(lptr);
break; break;
case tINCLUDE: /* #include directive */ case tpINCLUDE: /* #include directive */
case tpTRYINCLUDE: case tpTRYINCLUDE:
ret=CMD_INCLUDE; ret=CMD_INCLUDE;
if (!SKIPPING) if (!SKIPPING)