c-lex.c (GET_ENVIRONMENT): Remove.
authorNeil Booth <neil@daikokuya.co.uk>
Sun, 21 Jul 2002 21:59:03 +0000 (21:59 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sun, 21 Jul 2002 21:59:03 +0000 (21:59 +0000)
commit2f8dd115d2bf15e3866cbe0b98c73145853681f8
treebe763ce5fbb67290826f0a1e1d85a628e5409dca
parent565083069d08d22e1c8882948fba1e90dcde1388
c-lex.c (GET_ENVIRONMENT): Remove.

* 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.

From-SVN: r55630
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