From: borutr Date: Fri, 31 Oct 2003 10:33:48 +0000 (+0000) Subject: * src/SDCC.lex: sdcc now understands both formats: X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=cdba5eb9c732c26c4e0745c951a01a955bc46dd0;p=fw%2Fsdcc * src/SDCC.lex: sdcc now understands both formats: '# ' and '#line ' * support/cpp2/cppmain.c: sdcpp now generates the standard '# ' instead of former '#line ' git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2972 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index c08ae37f..eaae861c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2003-10-31 Borut Razem + + * src/SDCC.lex: sdcc now understands both formats: + '# ' and + '#line ' + * support/cpp2/cppmain.c: sdcpp now generates the standard + '# ' instead of former + '#line ' + 2003-10-30 Borut Razem * support/cpp2/cpphash.h,