From 17fd60d9834b8d17254fe36d878907e0d1d47d9b Mon Sep 17 00:00:00 2001 From: borutr Date: Sat, 17 Feb 2007 15:40:51 +0000 Subject: [PATCH] * support/cpp2/directives.c, support/cpp2/version.c: synchronized with GCC CPP 4.1.2 git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4637 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 5 +++++ support/cpp2/libcpp/directives.c | 2 +- support/cpp2/version.c | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3104599e..32bd3e6f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-02-17 Borut Razem + + * support/cpp2/directives.c, support/cpp2/version.c: + synchronized with GCC CPP 4.1.2 + 2007-02-15 Frieder Ferlemann * src/mcs51/rtrack.h, diff --git a/support/cpp2/libcpp/directives.c b/support/cpp2/libcpp/directives.c index 2de65fbe..ac2127ac 100644 --- a/support/cpp2/libcpp/directives.c +++ b/support/cpp2/libcpp/directives.c @@ -951,8 +951,8 @@ do_linemarker (cpp_reader *pfile) flag = read_flag (pfile, flag); if (flag == 4) new_sysp = 2; - pfile->buffer->sysp = new_sysp; } + pfile->buffer->sysp = new_sysp; check_eol (pfile); } diff --git a/support/cpp2/version.c b/support/cpp2/version.c index 661dce94..222bbb0c 100644 --- a/support/cpp2/version.c +++ b/support/cpp2/version.c @@ -5,7 +5,7 @@ please modify this string to indicate that, e.g. by putting your organization's name in parentheses at the end of the string. */ -const char version_string[] = "4.1.1 + SDCC"; +const char version_string[] = "4.1.2 + SDCC"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, -- 2.30.2