Fixed #error ignoring #if blocks

This commit is contained in:
Steve Dudenhoeffer 2007-02-16 18:49:21 +00:00
parent bfd4e345dd
commit 39d6cb7840

View File

@ -1344,6 +1344,7 @@ static int command(void)
case tpERROR:
while (*lptr<=' ' && *lptr!='\0')
lptr++;
if (!SKIPPING)
error(111,lptr); /* user error */
break;
default: