Mercurial > emacs
changeset 48506:249dfdd236fb
(store_frame_title_char) [PROTOTYPES]: Provide ISO C
arglist.
author | Dave Love <fx@gnu.org> |
---|---|
date | Fri, 22 Nov 2002 12:22:20 +0000 |
parents | 15c696283fbf |
children | 00bcc92f4acf |
files | src/xdisp.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xdisp.c Fri Nov 22 11:29:23 2002 +0000 +++ b/src/xdisp.c Fri Nov 22 12:22:20 2002 +0000 @@ -7235,8 +7235,12 @@ Re-allocate frame_title_buf if necessary. */ static void +#ifdef PROTOTYPES +store_frame_title_char (char c) +#else store_frame_title_char (c) char c; +#endif { /* If output position has reached the end of the allocated buffer, double the buffer's size. */