From cdba5eb9c732c26c4e0745c951a01a955bc46dd0 Mon Sep 17 00:00:00 2001 From: borutr Date: Fri, 31 Oct 2003 10:33:48 +0000 Subject: [PATCH] * 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 --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) 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, -- 2.47.2