]> git.eshelyaron.com Git - emacs.git/commitdiff
(store_frame_title_char) [PROTOTYPES]: Provide ISO C
authorDave Love <fx@gnu.org>
Fri, 22 Nov 2002 12:22:20 +0000 (12:22 +0000)
committerDave Love <fx@gnu.org>
Fri, 22 Nov 2002 12:22:20 +0000 (12:22 +0000)
arglist.

src/xdisp.c

index f10789e378aaa6d5eb274b5becd42f958b772a10..36d26f5cef8bba36fba7860da54add41cc70d2ef 100644 (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.  */