]> git.gag.com Git - fw/sdcc/commitdiff
fixed the return value of gets()
authorjohanknol <johanknol@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 7 Oct 2001 15:53:02 +0000 (15:53 +0000)
committerjohanknol <johanknol@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 7 Oct 2001 15:53:02 +0000 (15:53 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1369 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog

index 33d4fa9acf8f8044f119b083e1a43a20e1952a32..3ccdaac94e35f7fe675a2324d5dce860d9d43d2b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-10-07    <johan@FRIJA>
+
+       * device/lib/gets.c (gets): fixed the return value.
+
 2001-10-06  Michael Hope  <michaelh@juju.net.nz>
 
        * src/SDCCpeeph.c (peepHole): Fixed all leaks.  Added trace support for freeing lines.  Optimised restart logic to re-run instead of restart.  Now compiles dscan.c on ~60MB instead of ~200MB.