# HG changeset patch # User Eli Zaretskii # Date 1164056174 0 # Node ID af64ed57e41edfd21514cb7f6bad5dff1afa52fd # Parent 9b8e3f194cc1ba326b72152fcdff3f16b7c508ef (concat) [!__GNUC__]: Add prototype. diff -r 9b8e3f194cc1 -r af64ed57e41e src/fns.c --- 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 */