(check_newline): HANDLE_PRAGMA returns terminating char as result now.
authorDoug Evans <dje@gnu.org>
Thu, 1 Feb 1996 22:48:54 +0000 (22:48 +0000)
committerDoug Evans <dje@gnu.org>
Thu, 1 Feb 1996 22:48:54 +0000 (22:48 +0000)
From-SVN: r11155

gcc/c-lex.c

index 51479beb53f3b31ca7c1595376da7f7f8e89b4f3..26f391121b4c0f7e952460c3521ec1e2c7423373 100644 (file)
@@ -402,7 +402,7 @@ check_newline ()
              return handle_sysv_pragma (finput, c);
 #else /* !HANDLE_SYSV_PRAGMA */
 #ifdef HANDLE_PRAGMA
-             HANDLE_PRAGMA (finput, c);
+             return HANDLE_PRAGMA (finput, c);
 #endif /* HANDLE_PRAGMA */
              goto skipline;
 #endif /* !HANDLE_SYSV_PRAGMA */