/[emacs]/emacs/src/lread.c
ViewVC logotype

Diff of /emacs/src/lread.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.277.2.6 by handa, Mon Aug 19 11:34:28 2002 UTC revision 1.277.2.7 by fx, Thu Sep 5 17:00:46 2002 UTC
# Line 2483  read1 (readcharfun, pch, first_in_list) Line 2483  read1 (readcharfun, pch, first_in_list)
2483                    {                    {
2484                      if (p1[-1] == '.')                      if (p1[-1] == '.')
2485                        p1[-1] = '\0';                        p1[-1] = '\0';
2486                        /* Fixme: if we have strtol, use that, and check
2487                           for overflow.  */
2488                      if (sizeof (int) == sizeof (EMACS_INT))                      if (sizeof (int) == sizeof (EMACS_INT))
2489                        XSETINT (val, atoi (read_buffer));                        XSETINT (val, atoi (read_buffer));
2490                      else if (sizeof (long) == sizeof (EMACS_INT))                      else if (sizeof (long) == sizeof (EMACS_INT))

Legend:
Removed from v.1.277.2.6  
changed lines
  Added in v.1.277.2.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26