emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: [Patch] build cvs emacs for x86_64-sun-solaris10


From: Stefan Monnier
Subject: Re: [Patch] build cvs emacs for x86_64-sun-solaris10
Date: Fri, 08 Dec 2006 22:46:08 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.91 (gnu/linux)

>     --- src/fns.c     24 Nov 2006 19:53:56 -0000      1.422
>     +++ src/fns.c     8 Dec 2006 04:14:20 -0000
>     @@ -89,6 +89,8 @@
>      #ifndef HAVE_UNISTD_H
>      extern long time ();
>      #endif
>     +
>     +static Lisp_Object concat (int, Lisp_Object *, enum Lisp_Type, int);
>      

> The need for that change is surprising, because fns.c already has a
> prototype for `concat', before the first appearance of `concat'.
> It shouldn't be necessary to have a second prototype.

This prototype/declaration was actually added recently, so most likely the
above change *was* needed but is not needed any more.


        Stefan




reply via email to

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