From: Todd C. Miller Date: Wed, 29 Sep 2004 18:30:49 +0000 (+0000) Subject: return COMMENT to yacc grammar for a #include line X-Git-Tag: SUDO_1_7_0~922 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f8f41d69a7050197677b89958e5cc32342fa0362;p=sudo return COMMENT to yacc grammar for a #include line --- diff --git a/parse.lex b/parse.lex index 34710e7a6..5c91b0d9e 100644 --- a/parse.lex +++ b/parse.lex @@ -195,7 +195,7 @@ DEFVAR [a-z_]+ if (!push_include(cp)) yyterminate(); LEXTRACE("INCLUDE\n"); - BEGIN INITIAL; + return(COMMENT); } ^Defaults([:@>]{WORD})? {