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: NAKAJI Hiroyuki
Subject: Re: [Patch] build cvs emacs for x86_64-sun-solaris10
Date: Mon, 11 Dec 2006 08:47:13 +0900
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.91 (berkeley-unix)

Thank you for committing my tiny change.

>>>>> In <address@hidden> 
>>>>>   Stefan Monnier <address@hidden> wrote:
> >     --- 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.

Right. I added this prototype several weeks ago. I did not recognize the
recent change.
-- 
NAKAJI Hiroyuki




reply via email to

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