From: Dave Love Date: Fri, 22 Nov 2002 12:22:20 +0000 (+0000) Subject: (store_frame_title_char) [PROTOTYPES]: Provide ISO C X-Git-Tag: ttn-vms-21-2-B4~12300 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5d15cc8f7ea7d4ccd2a17e1290ccc4563eb34cc4;p=emacs.git (store_frame_title_char) [PROTOTYPES]: Provide ISO C arglist. --- 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; 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. */