X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f Date: Wed, 11 Aug 2004 06:53:58 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp-workers AT delorie DOT com Message-Id: <2719-Wed11Aug2004065357+0300-eliz@gnu.org> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <10408102240.AA89930@clio.rice.edu> (sandmann@clio.rice.edu) Subject: Re: Fix for environ pollution References: <10408102240 DOT AA89930 AT clio DOT rice DOT edu> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) > Date: Tue, 10 Aug 2004 17:40:06 -0500 (CDT) > > Instead of putting environ in djgpp.djl, could we use a define statement > in a header outside the ansi and posix definitions? I think we cannot do this because Posix explicitly says that environ is not declared in any header. In other words, a Posix program that uses environ is not required to include any system header, and it still can expect environ to be available.