Commit 881d7cb9 by Jeff Law

c-lex.c (check_newline): Pass finput again to HANDLE_PRAGMA.

        * c-lex.c (check_newline): Pass finput again to HANDLE_PRAGMA.
Bring over from the FSF.

From-SVN: r14802
parent 5d38efae
......@@ -560,7 +560,7 @@ check_newline ()
token = yylex ();
if (token != IDENTIFIER)
goto skipline;
if (HANDLE_PRAGMA (yylval.ttype))
if (HANDLE_PRAGMA (finput, yylval.ttype))
{
c = GETC ();
return c;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment