Mercurial > emacs
changeset 74101:af64ed57e41e
(concat) [!__GNUC__]: Add prototype.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 20 Nov 2006 20:56:14 +0000 |
parents | 9b8e3f194cc1 |
children | 0a85a323c3dc |
files | src/fns.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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 */