parse EOS before performing #include. Joshua Graessley of apple (via kame)
This commit is contained in:
parent
e7688f1920
commit
a59c37eb75
3
crypto/dist/kame/racoon/cfparse.y
vendored
3
crypto/dist/kame/racoon/cfparse.y
vendored
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user