bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#10155: 23.3; HEAD broken by recent commit for emacsclient


From: Eli Zaretskii
Subject: bug#10155: 23.3; HEAD broken by recent commit for emacsclient
Date: Mon, 28 Nov 2011 20:38:53 +0200

> From: merlyn@stonehenge.com (Randal L. Schwartz)
> Cc: 10155@debbugs.gnu.org
> Date: Mon, 28 Nov 2011 10:13:47 -0800
> 
> Eli> Can you tell which system header declares `environ' on that
> Eli> platform?
> 
> None... just
> 
>      extern char **environ;
> 
> says the manpage for environ.

Then what would be the appropriate preprocessor symbol to guard such a
declaration?  Would this do:

 #if defined __APPLE__ && defined __MACH__
 extern char **environ;
 #endif

?





reply via email to

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