change tINCLUDE
to toINCLUDE
This commit is contained in:
parent
dadc182aba
commit
01c2dcaeb4
@ -396,7 +396,7 @@ enum {
|
|||||||
tpERROR,
|
tpERROR,
|
||||||
tpFILE,
|
tpFILE,
|
||||||
tpIF,/* #if */
|
tpIF,/* #if */
|
||||||
tINCLUDE,
|
tpINCLUDE,
|
||||||
tpLINE,
|
tpLINE,
|
||||||
tpPRAGMA,
|
tpPRAGMA,
|
||||||
tpTRYINCLUDE,
|
tpTRYINCLUDE,
|
||||||
|
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user