From 97c405a3df74b824b286cc824e791525b0dcc351 Mon Sep 17 00:00:00 2001 From: borutr Date: Sun, 20 Apr 2003 15:57:30 +0000 Subject: [PATCH] * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2552 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0a187292..2de7091c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,17 @@ +2003-04-20 Borut Razem + + * 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 * "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) -- 2.47.2