* src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
[fw/sdcc] / ChangeLog
index 302f0965b02ad028224d17da003219135101b056..af11ec973f44b5af7bb0d29af5ee40ef4eabce71 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,12 @@
 
        * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
        * device/lib/printfl.c: fix a ds390 bug by making it portable
+       * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
+       * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
+       * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
+       * debugger/mcs51/cmd.c: converted multi-line string literals
+       * sim/ucsim/globals.cc: converted multi-line string literals
+       * src/SDCCmain.c: introduced signal handler to remove temp files
 
 2003-02-05  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>