emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/fns.c,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/fns.c,v
Date: Mon, 20 Nov 2006 20:56:15 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    06/11/20 20:56:14

Index: fns.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/fns.c,v
retrieving revision 1.419
retrieving revision 1.420
diff -u -b -r1.419 -r1.420
--- fns.c       12 Nov 2006 04:51:55 -0000      1.419
+++ fns.c       20 Nov 2006 20:56:14 -0000      1.420
@@ -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 */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]