diff options
| author | Dave Love | 2002-11-22 12:22:20 +0000 |
|---|---|---|
| committer | Dave Love | 2002-11-22 12:22:20 +0000 |
| commit | 5d15cc8f7ea7d4ccd2a17e1290ccc4563eb34cc4 (patch) | |
| tree | 41ca4153e16a45d12cb28f4c564d3aa81d9f768a /src | |
| parent | 8c95f450964c2202bbd4b2d0ca1e4ad4fc72e810 (diff) | |
| download | emacs-5d15cc8f7ea7d4ccd2a17e1290ccc4563eb34cc4.tar.gz emacs-5d15cc8f7ea7d4ccd2a17e1290ccc4563eb34cc4.zip | |
(store_frame_title_char) [PROTOTYPES]: Provide ISO C
arglist.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index f10789e378a..36d26f5cef8 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -7235,8 +7235,12 @@ static char *frame_title_ptr; | |||
| 7235 | Re-allocate frame_title_buf if necessary. */ | 7235 | Re-allocate frame_title_buf if necessary. */ |
| 7236 | 7236 | ||
| 7237 | static void | 7237 | static void |
| 7238 | #ifdef PROTOTYPES | ||
| 7239 | store_frame_title_char (char c) | ||
| 7240 | #else | ||
| 7238 | store_frame_title_char (c) | 7241 | store_frame_title_char (c) |
| 7239 | char c; | 7242 | char c; |
| 7243 | #endif | ||
| 7240 | { | 7244 | { |
| 7241 | /* If output position has reached the end of the allocated buffer, | 7245 | /* If output position has reached the end of the allocated buffer, |
| 7242 | double the buffer's size. */ | 7246 | double the buffer's size. */ |