diff options
| author | Andreas Schwab | 2009-10-24 16:32:06 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2009-10-24 16:32:06 +0000 |
| commit | 987c93276e7a43944cdaef61f7b2aa8fbf7f4d87 (patch) | |
| tree | 8a9b9fc3754b79f9a266a3b6131b5a5b66fdb460 /src/ChangeLog | |
| parent | 10d66ec001d9292656cdebcc1e944eac403712dc (diff) | |
| download | emacs-987c93276e7a43944cdaef61f7b2aa8fbf7f4d87.tar.gz emacs-987c93276e7a43944cdaef61f7b2aa8fbf7f4d87.zip | |
(FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
types again.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ff6e0551d9e..8ff2ec0fa80 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2009-10-24 Andreas Schwab <schwab@linux-m68k.org> | 1 | 2009-10-24 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 2 | ||
| 3 | * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned | ||
| 4 | types again. | ||
| 5 | |||
| 3 | * sysdep.c (procfs_ttyname): Fix sprintf format to match argument | 6 | * sysdep.c (procfs_ttyname): Fix sprintf format to match argument |
| 4 | type. | 7 | type. |
| 5 | (system_process_attributes): Likewise. | 8 | (system_process_attributes): Likewise. |