mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-25 07:40:40 -07:00
(message2_nolog, set_message):
Declare all args (per C99).
This commit is contained in:
parent
f45bedd470
commit
e3383b6f3c
1 changed files with 2 additions and 2 deletions
|
|
@ -5926,7 +5926,7 @@ message2 (m, nbytes, multibyte)
|
|||
void
|
||||
message2_nolog (m, nbytes, multibyte)
|
||||
const char *m;
|
||||
int nbytes;
|
||||
int nbytes, multibyte;
|
||||
{
|
||||
struct frame *sf = SELECTED_FRAME ();
|
||||
message_enable_multibyte = multibyte;
|
||||
|
|
@ -6947,7 +6947,7 @@ void
|
|||
set_message (s, string, nbytes, multibyte_p)
|
||||
const char *s;
|
||||
Lisp_Object string;
|
||||
int nbytes;
|
||||
int nbytes, multibyte_p;
|
||||
{
|
||||
message_enable_multibyte
|
||||
= ((s && multibyte_p)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue