]> git.gag.com Git - fw/sdcc/commit
* 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)
commitcdba5eb9c732c26c4e0745c951a01a955bc46dd0
tree3ef22181ea41f0cb7d13e45230fca7e353b40f4f
parentaa19331a763254d88391d0d953725162a654da14
* 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>'

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