emacs-devel
[Top][All Lists]
Advanced

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

Re: Deep magic in Makefiles?


From: Andreas Schwab
Subject: Re: Deep magic in Makefiles?
Date: 08 Oct 2001 15:05:56 +0200
User-agent: Gnus/5.090003 (Oort Gnus v0.03) Emacs/21.0.107

address@hidden (Pavel Janík) writes:

|> Hi,
|> 
|> can anyone enlighten me, why is the following needed
|> 
|> /* We won't really call alloca;
|>    don't let the file name alloca.c get messed up.  */
|> #ifdef alloca
|> #undef alloca
|> #endif
|> 
|> Why we simply do not do
|> 
|> #undef alloca

There may be some pre-standard preprocessors that choke on this if alloca
is not defined.

Andreas.

-- 
Andreas Schwab                                  "And now for something
address@hidden                          completely different."
SuSE Labs, SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5



reply via email to

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