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,
tpFILE,
tpIF,/* #if */
tINCLUDE,
tpINCLUDE,
tpLINE,
tpPRAGMA,
tpTRYINCLUDE,

View File

@ -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)