diff options
| author | Jim Blandy | 1992-07-16 18:29:27 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-07-16 18:29:27 +0000 |
| commit | 12e949263922f7d168d6eee922926a870a965671 (patch) | |
| tree | b516ca3bd48c7406297ac519ad567cc71fa602ff /src | |
| parent | d1c7011d35a2a93a06f18c4b10e85982cff9392e (diff) | |
| download | emacs-12e949263922f7d168d6eee922926a870a965671.tar.gz emacs-12e949263922f7d168d6eee922926a870a965671.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/lread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lread.c b/src/lread.c index 037d6f6acb2..db0ff297783 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -23,6 +23,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 23 | #include <sys/types.h> | 23 | #include <sys/types.h> |
| 24 | #include <sys/stat.h> | 24 | #include <sys/stat.h> |
| 25 | #include <sys/file.h> | 25 | #include <sys/file.h> |
| 26 | #include <ctype.h> | ||
| 26 | #undef NULL | 27 | #undef NULL |
| 27 | #include "config.h" | 28 | #include "config.h" |
| 28 | #include "lisp.h" | 29 | #include "lisp.h" |
| @@ -999,7 +1000,6 @@ read1 (readcharfun) | |||
| 999 | 1000 | ||
| 1000 | #ifdef LISP_FLOAT_TYPE | 1001 | #ifdef LISP_FLOAT_TYPE |
| 1001 | 1002 | ||
| 1002 | #include <ctype.h> | ||
| 1003 | #define LEAD_INT 1 | 1003 | #define LEAD_INT 1 |
| 1004 | #define DOT_CHAR 2 | 1004 | #define DOT_CHAR 2 |
| 1005 | #define TRAIL_INT 4 | 1005 | #define TRAIL_INT 4 |