* support/cpp2/directives.c, support/cpp2/version.c:
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 17 Feb 2007 15:40:51 +0000 (15:40 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 17 Feb 2007 15:40:51 +0000 (15:40 +0000)
  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
support/cpp2/libcpp/directives.c
support/cpp2/version.c

index 3104599ec52bfe42a5f9d5e99b149ec4c130a60d..32bd3e6f37b3b7bc272fa89e81951ab2b1030afb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-02-17 Borut Razem <borut.razem AT siol.net>
+
+       * support/cpp2/directives.c, support/cpp2/version.c:
+         synchronized with GCC CPP 4.1.2
+
 2007-02-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
 
        * src/mcs51/rtrack.h,
index 2de65fbeaa348ec1a97f623e37923d32f3555094..ac2127ac9233a1de0ea614d42eca761e4307cf8b 100644 (file)
@@ -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);
     }
index 661dce94e694d3d3aa0cb06909eefdc08f958f40..222bbb0c1ecca4f1e584efe193457dcfa46a447c 100644 (file)
@@ -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,