Mercurial > emacs
diff src/fns.c @ 74101:af64ed57e41e
(concat) [!__GNUC__]: Add prototype.
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Mon, 20 Nov 2006 20:56:14 +0000 |
| parents | 21f6be2e8ecb |
| children | f7736a8bd079 dbe3f29e61d6 |
line wrap: on
line diff
--- a/src/fns.c Mon Nov 20 20:43:36 2006 +0000 +++ b/src/fns.c Mon Nov 20 20:56:14 2006 +0000 @@ -392,6 +392,8 @@ the arguments for the invocations of this function, whereas it expects these values on the stack. */ static Lisp_Object concat () __attribute__((noinline)); +#else /* !__GNUC__ */ +static Lisp_Object concat (); #endif /* ARGSUSED */
