'# <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
+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,