OSDN Git Service

(check_newline): HANDLE_PRAGMA returns terminating char as result now.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Feb 1996 22:48:54 +0000 (22:48 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Feb 1996 22:48:54 +0000 (22:48 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11155 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/c-lex.c

index 51479be..26f3911 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 */