* sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 20 Apr 2003 15:57:30 +0000 (15:57 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 20 Apr 2003 15:57:30 +0000 (15:57 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2552 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog

index 0a18729237a13497ddf793dd6f52a6e6705f2798..2de7091c4392c29501c22203dda57cf0336c10c2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,17 @@
+2003-04-20  Borut Razem <borut.razem@siol.net>
+
+       * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
+         lklex.c: In function `getfid':
+         lklex.c:203: warning: array subscript has type `char'
+
 2003-04-19  Borut Razem <borut.razem@siol.net>
 
        * "handling space characters in file path" task:
        * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
        * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
        * support/Util/MySystem.h: make it self-sufficient
-       * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c, sdcc/as/mcs51/lklex.c:
+       * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
+         src/z80/main.c, sdcc/as/mcs51/lklex.c:
          handling space characters in file path
        * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
          (it will be used by assemblers, which have their own includes, e.g. gpasm)