emacs-devel
[Top][All Lists]
Advanced

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

Deep magic in Makefiles?


From: Pavel Janík
Subject: Deep magic in Makefiles?
Date: Sat, 06 Oct 2001 20:36:12 +0200
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.107

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

P.S. Is this the right forum to ask similar questions?
-- 
Pavel Janík

I'm still a newbie, but I'm an *advanced* newbie. :-)
                  -- Raymond Zeitler in comp.emacs



reply via email to

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