]> git.gag.com Git - fw/sdcc/commitdiff
* src/SDCC.lex: sdcc now understands both formats:
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 31 Oct 2003 10:33:48 +0000 (10:33 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 31 Oct 2003 10:33:48 +0000 (10:33 +0000)
  '# <line_number> <file_name>' and
  '#line <line_number> <file_name>'
* support/cpp2/cppmain.c: sdcpp now generates the standard
  '# <line_number> <file_name>' instead of former
  '#line <line_number> <file_name>'

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2972 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog

index c08ae37ffbc1283dad19336094203407a3af5bbc..eaae861c5d3610eb3d42a7048c7ce1fa57245672 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2003-10-31  Borut Razem <borut.razem@siol.net>
+
+       * src/SDCC.lex: sdcc now understands both formats:
+         '# <line_number> <file_name>' and
+         '#line <line_number> <file_name>'
+       * support/cpp2/cppmain.c: sdcpp now generates the standard
+         '# <line_number> <file_name>' instead of former
+         '#line <line_number> <file_name>'
+
 2003-10-30  Borut Razem <borut.razem@siol.net>
 
        * support/cpp2/cpphash.h,