|
@@ -1249,7 +1249,10 @@ SUBST subst
|
|
<INCLF>[ \t]* /* eat the whitespace */
|
|
<INCLF>[ \t]* /* eat the whitespace */
|
|
<INCLF>[^ \t\n]+ { /* get the include file name */
|
|
<INCLF>[^ \t\n]+ { /* get the include file name */
|
|
if(sr_push_yy_state(yytext)<0)
|
|
if(sr_push_yy_state(yytext)<0)
|
|
|
|
+ {
|
|
|
|
+ LOG(L_CRIT, "error at %s line %d\n", (finame)?finame:"cfg", line);
|
|
exit(-1);
|
|
exit(-1);
|
|
|
|
+ }
|
|
BEGIN(INITIAL);
|
|
BEGIN(INITIAL);
|
|
}
|
|
}
|
|
|
|
|