* c-lex.c (GET_ENVIRONMENT): Remove.
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 21 Jul 2002 21:59:03 +0000 (21:59 +0000)
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 21 Jul 2002 21:59:03 +0000 (21:59 +0000)
commitf16449b777f8405538f6aa75a6ce059e51bb5936
treebe763ce5fbb67290826f0a1e1d85a628e5409dca
parentba059ac08df083b778d3285145cf7158756e612b
* c-lex.c (GET_ENVIRONMENT): Remove.
* collect2.c (GET_ENV_PATH_LIST): Remove.
(prefix_from_env): Use GET_ENVIRONMENT.
* cppinit.c (GET_ENV_PATH_LIST): Remove.
(init_standard_includes): Use GET_ENVIRONMENT.
* defaults.h (GET_ENVIRONMENT): Define here if not already.
* gcc.c (GET_ENV_PATH_LIST): Remove.
(make_relative_prefix, process_command): Update.
* protoize.c (GET_ENV_PATH_LIST): Remove.
(do_processing): Update.
java:
* jcf-path.c (GET_ENV_PATH_LIST): Remove.
(jcf_path_init): Use GET_ENVIRONMENT.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55630 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-lex.c
gcc/collect2.c
gcc/cppinit.c
gcc/defaults.h
gcc/gcc.c
gcc/java/ChangeLog
gcc/java/jcf-path.c
gcc/protoize.c