removed an instance of \"

This commit is contained in:
Todd C. Miller
1996-07-24 16:49:43 +00:00
parent 2db4117238
commit c5752f7b68

View File

@@ -98,7 +98,7 @@ WORD [[:alnum:]_-]+
LEXTRACE("\n\t");
} /* throw away EOL after \ */
<GOTCMND>\\[:\,=\\\" \t] {
<GOTCMND>\\[:\,=\\ \t] {
LEXTRACE("QUOTEDCHAR ");
fill_args(yytext + 1, 1, sawspace);
sawspace = FALSE;