diff options
| author | Dave Love | 2002-05-24 15:32:30 +0000 |
|---|---|---|
| committer | Dave Love | 2002-05-24 15:32:30 +0000 |
| commit | 505af2457340a55c223f175ef3ec2656ee197884 (patch) | |
| tree | 0d023e2df898564c87b9f04626794b96d1540513 /src/ChangeLog | |
| parent | 8d9f01ce4cefb5287bb9849cecdbfff73255e774 (diff) | |
| download | emacs-505af2457340a55c223f175ef3ec2656ee197884.tar.gz emacs-505af2457340a55c223f175ef3ec2656ee197884.zip | |
(costs_set): Declare static, non-initialized for pcc.
(encode_terminal_code): Remove ensued var.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a3ede818370..50cfa1e82e6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2002-05-24 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * term.c (costs_set): Declare static, non-initialized for pcc. | ||
| 4 | (encode_terminal_code): Remove ensued var. | ||
| 5 | |||
| 6 | * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl | ||
| 7 | for K&R. | ||
| 8 | |||
| 9 | * xterm.c (xlwmenu_window_p): Fix prototype for K&R. | ||
| 10 | |||
| 11 | * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R. | ||
| 12 | (suffixes): Moved out of make_subsidiaries for K&R. | ||
| 13 | |||
| 14 | * charset.c (map_charset_chars): Fix c_function declaration for | ||
| 15 | K&R. | ||
| 16 | |||
| 17 | * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'. | ||
| 18 | |||
| 1 | 2002-05-23 Dave Love <fx@gnu.org> | 19 | 2002-05-23 Dave Love <fx@gnu.org> |
| 2 | 20 | ||
| 3 | * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP. | 21 | * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP. |
| @@ -16763,6 +16781,6 @@ See ChangeLog.8 for earlier changes. | |||
| 16763 | ;; coding: iso-2022-7bit | 16781 | ;; coding: iso-2022-7bit |
| 16764 | ;; End: | 16782 | ;; End: |
| 16765 | 16783 | ||
| 16766 | Copyright (C) 2001 Free Software Foundation, Inc. | 16784 | Copyright (C) 2001, 2002 Free Software Foundation, Inc. |
| 16767 | Copying and distribution of this file, with or without modification, | 16785 | Copying and distribution of this file, with or without modification, |
| 16768 | are permitted provided the copyright notice and this notice are preserved. | 16786 | are permitted provided the copyright notice and this notice are preserved. |