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: Richard Stallman
Subject: Re: [Patch] build cvs emacs for x86_64-sun-solaris10
Date: Fri, 08 Dec 2006 20:24:46 -0500

    --- 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.

What error happens without it?




reply via email to

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