This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: GET_ENVIRONMENT


> Date: Tue, 24 Mar 1998 15:24:45 -0800
> From: Nick Clifton <nickc@cygnus.com>

> Err, I am not sure how this is happening.  At line 267 in collect2.c
> there is:

>   #ifndef GET_ENVIRONMENT
>   #define GET_ENVIRONMENT(ENV_VALUE,ENV_NAME) ENV_VALUE = getenv (ENV_NAME)
>   #endif

Nope.  Not in cvs:

bash[172] rm collect2.c 
bash[173] cvs update collect2.c 
U collect2.c
bash[174] grep GET_ENVI collect2.c 
  GET_ENVIRONMENT (collect_name,  "COLLECT_NAME");
  GET_ENVIRONMENT (collect_names, "COLLECT_NAMES");
bash[175] cvs status collect2.c 
===================================================================
File: collect2.c        Status: Up-to-date
 
   Working revision:    1.25
   Repository revision: 1.25    /egcs/carton/cvsfiles/egcs/gcc/collect2.c,v
   Sticky Tag:          (none)
   Sticky Date:         (none)
   Sticky Options:      (none)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]