]> git.eshelyaron.com Git - emacs.git/commitdiff
comment
authorDave Love <fx@gnu.org>
Thu, 5 Sep 2002 17:00:46 +0000 (17:00 +0000)
committerDave Love <fx@gnu.org>
Thu, 5 Sep 2002 17:00:46 +0000 (17:00 +0000)
src/lread.c

index dbc081d9e9639e502379fab02a55b7c6f3245b7e..cb4b06c337f4dd13a52dad5bccf3915d7419caa6 100644 (file)
@@ -2483,6 +2483,8 @@ read1 (readcharfun, pch, first_in_list)
                  {
                    if (p1[-1] == '.')
                      p1[-1] = '\0';
+                   /* Fixme: if we have strtol, use that, and check
+                      for overflow.  */
                    if (sizeof (int) == sizeof (EMACS_INT))
                      XSETINT (val, atoi (read_buffer));
                    else if (sizeof (long) == sizeof (EMACS_INT))