diff options
Diffstat (limited to 'gcc/c-lex.c')
-rw-r--r-- | gcc/c-lex.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/c-lex.c b/gcc/c-lex.c index 4a7f05ae746..bf5c424740f 100644 --- a/gcc/c-lex.c +++ b/gcc/c-lex.c @@ -44,9 +44,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "mbchar.h" #include <locale.h> #endif /* MULTIBYTE_CHARS */ -#ifndef GET_ENVIRONMENT -#define GET_ENVIRONMENT(ENV_VALUE,ENV_NAME) ((ENV_VALUE) = getenv (ENV_NAME)) -#endif /* The current line map. */ static const struct line_map *map; |