mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-22 12:57:34 +00:00
(store_frame_title_char) [PROTOTYPES]: Provide ISO C
arglist.
This commit is contained in:
parent
8c95f45096
commit
5d15cc8f7e
1 changed files with 4 additions and 0 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue