parse EOS before performing #include. Joshua Graessley of apple (via kame)

This commit is contained in:
itojun 2003-05-08 07:58:54 +00:00
parent e7688f1920
commit a59c37eb75

View File

@ -219,7 +219,7 @@ special_statement
/* include */
include_statement
: INCLUDE QUOTEDSTRING
: INCLUDE QUOTEDSTRING EOS
{
char path[MAXPATHLEN];
@ -229,7 +229,6 @@ include_statement
if (yycf_switch_buffer(path) != 0)
return -1;
}
EOS
;
/* self infomation */