emacs-devel
[Top][All Lists]
Advanced

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

Re: "incompatible implicit declaration" warnings with GCC 4.2.1


From: Jason Rumney
Subject: Re: "incompatible implicit declaration" warnings with GCC 4.2.1
Date: Mon, 22 Oct 2007 22:45:12 +0100
User-agent: Thunderbird 2.0.0.6 (Windows/20070728)

Juanma Barranquero wrote:
> <stdlib.h> does not help for the `abort' warning. w32fns.c has a dozen
> abort() calls, and then
>
>  #undef abort
>
> followed by w32_abort, which has the `abort' call that causes the
> warning. Why so?
>   

stdlib.h needs to be included before whichever header it is that contains

#define abort w32_abort





reply via email to

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