* support/Util/dbuf_string.c: removed (PTR) cast since it is not
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 18 Jan 2007 07:51:26 +0000 (07:51 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 18 Jan 2007 07:51:26 +0000 (07:51 +0000)
commite456a4dd52fdd0d4ab33f935beb10ecad22d9e44
treec9f45cc7bcfcedb68d6320863ed3c52a3d757f12
parent589f48dc0e58659d84dd97b7c40a94081d4d0936
* support/Util/dbuf_string.c: removed (PTR) cast since it is not
  defined in MSVC
* src/SDCC.lex: stringLiteral() returns const char pointer,
  EOF detection in stringLiteral(), fixed asmbuf memory leak,
  fixed column counting
* src/SDCCval.[ch]: constVal(), value *strVal() and charVal()
  accept const char pointer as parameter
* src/SDCCdwarf2.c: corrected buffer size

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4577 4a8a32a2-be11-0410-ad9d-d568d2c75423
ChangeLog
src/SDCC.lex
src/SDCCdwarf2.c
src/SDCCval.c
src/SDCCval.h
support/Util/dbuf_string.c