projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ec6d4d
)
(check_newline): HANDLE_PRAGMA returns terminating char as result now.
author
Doug Evans
<dje@gnu.org>
Thu, 1 Feb 1996 22:48:54 +0000
(22:48 +0000)
committer
Doug Evans
<dje@gnu.org>
Thu, 1 Feb 1996 22:48:54 +0000
(22:48 +0000)
From-SVN: r11155
gcc/c-lex.c
patch
|
blob
|
history
diff --git
a/gcc/c-lex.c
b/gcc/c-lex.c
index 51479beb53f3b31ca7c1595376da7f7f8e89b4f3..26f391121b4c0f7e952460c3521ec1e2c7423373 100644
(file)
--- a/
gcc/c-lex.c
+++ b/
gcc/c-lex.c
@@
-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 */