]> git.ipfire.org Git - thirdparty/gcc.git/commit
c-lex.c (init_lex): Use getenv ("LANG"), not GET_ENVIRONMENT ().
authorFelix Lee <flee@cygnus.com>
Mon, 21 Sep 1998 00:56:50 +0000 (00:56 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 21 Sep 1998 00:56:50 +0000 (18:56 -0600)
commitb2a1e45827eae56662a02276a9db842d525740c6
tree355b6cb7f3bebc6ed20e9e68836094752eaeaae6
parent717f76d8fcfd3e6f4ba83fa18882e6b585835844
c-lex.c (init_lex): Use getenv ("LANG"), not GET_ENVIRONMENT ().

        * c-lex.c (init_lex): Use getenv ("LANG"), not GET_ENVIRONMENT ().
        * cccp.c (main): Likewise.
        * gcc.c (process_command): Similarly for "GCC_EXEC_PREFIX".
        * cccp.c, collect2.c, cpplib.c, gcc.c, config/i386/xm-cygwin32.h:
        Rename GET_ENVIRONMENT to GET_ENV_PATH_LIST, and fix some
        macro-use bugs.

From-SVN: r22511
gcc/ChangeLog
gcc/c-lex.c
gcc/cccp.c
gcc/collect2.c
gcc/config/i386/xm-cygwin32.h
gcc/cpplib.c
gcc/gcc.c