diff options
author | YamaArashi <shadow962@live.com> | 2016-04-25 02:51:34 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-04-25 02:51:34 -0700 |
commit | 346ed7678fc0a02c1c93c066140f819789f039d9 (patch) | |
tree | fdd46f22c809c5c44fdd7fb10070fd5320078b85 /gcc/c-parse.c | |
parent | fa618cd10b1985bae42882f82346b646783892c6 (diff) |
remove driver and cpp
Diffstat (limited to 'gcc/c-parse.c')
-rw-r--r-- | gcc/c-parse.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/c-parse.c b/gcc/c-parse.c index 27b2300..ee174d1 100644 --- a/gcc/c-parse.c +++ b/gcc/c-parse.c @@ -206,10 +206,6 @@ #include "output.h" #include "toplev.h" -#ifdef MULTIBYTE_CHARS -#include <locale.h> -#endif - /* Since parsers are distinct for each language, put the language string definition here. */ |