diff options
Diffstat (limited to 'src/fns.c')
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -392,6 +392,8 @@ Symbols are also allowed; their print names are used instead. */) | |||
| 392 | the arguments for the invocations of this function, whereas it | 392 | the arguments for the invocations of this function, whereas it |
| 393 | expects these values on the stack. */ | 393 | expects these values on the stack. */ |
| 394 | static Lisp_Object concat () __attribute__((noinline)); | 394 | static Lisp_Object concat () __attribute__((noinline)); |
| 395 | #else /* !__GNUC__ */ | ||
| 396 | static Lisp_Object concat (); | ||
| 395 | #endif | 397 | #endif |
| 396 | 398 | ||
| 397 | /* ARGSUSED */ | 399 | /* ARGSUSED */ |