(store_frame_title_char) [PROTOTYPES]: Provide ISO C

arglist.
This commit is contained in:
Dave Love 2002-11-22 12:22:20 +00:00
parent 8c95f45096
commit 5d15cc8f7e

View file

@ -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. */