summaryrefslogtreecommitdiffstats
path: root/gcc/cpplex.c
diff options
context:
space:
mode:
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>2002-06-10 17:20:30 +0000
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>2002-06-10 17:20:30 +0000
commitfd34c6789ca5e78f1a92ff344335c44573c0de20 (patch)
tree3647064a5aa3fefaeb653cfe1fe72a31f0f47578 /gcc/cpplex.c
parent363600c8f143d2ec80edfd50841c6a3d1dceb419 (diff)
downloadppe42-gcc-fd34c6789ca5e78f1a92ff344335c44573c0de20.tar.gz
ppe42-gcc-fd34c6789ca5e78f1a92ff344335c44573c0de20.zip
* cpphash.h (_cpp_read_logical_line_trad,
_cpp_expansions_different_trad): Update prototypes. * cpplex.c (continue_after_nul): New. * cppmain.c: Include cpphash.h. (scan_translation_unit_trad): New. (cpp_preprocess_file): Call it. * cpptrad.c (_cpp_read_logical_line_trad): Take new parameter overlay. (_cpp_expansions_different_trad): Update prototype. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54446 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cpplex.c')
-rw-r--r--gcc/cpplex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpplex.c b/gcc/cpplex.c
index 0dd9d22ec65..66eb01ffecd 100644
--- a/gcc/cpplex.c
+++ b/gcc/cpplex.c
@@ -891,7 +891,7 @@ continue_after_nul (pfile)
buffer->saved_flags = BOL;
if (CPP_OPTION (pfile, traditional))
- more = _cpp_read_logical_line_trad (pfile);
+ more = _cpp_read_logical_line_trad (pfile, true);
else
{
/* Stop parsing arguments with a CPP_EOF. When we finally come
OpenPOWER on IntegriCloud