diff --git a/source/compiler/sc.h b/source/compiler/sc.h index 85e89ce..a418350 100644 --- a/source/compiler/sc.h +++ b/source/compiler/sc.h @@ -396,7 +396,7 @@ enum { tpERROR, tpFILE, tpIF,/* #if */ - tINCLUDE, + tpINCLUDE, tpLINE, tpPRAGMA, tpTRYINCLUDE, diff --git a/source/compiler/sc2.c b/source/compiler/sc2.c index 0d134ea..d30c34f 100644 --- a/source/compiler/sc2.c +++ b/source/compiler/sc2.c @@ -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)