# HG changeset patch # User Dave Love # Date 1037967740 0 # Node ID 249dfdd236fb2484d0c79ae4512f4d2e2ffeb798 # Parent 15c696283fbfb0ea3b89d3d30193e29f199866c4 (store_frame_title_char) [PROTOTYPES]: Provide ISO C arglist. diff -r 15c696283fbf -r 249dfdd236fb src/xdisp.c --- 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. */