diff options
Diffstat (limited to 'gcc/cppinit.c')
-rw-r--r-- | gcc/cppinit.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/cppinit.c b/gcc/cppinit.c index 1332688..629da27 100644 --- a/gcc/cppinit.c +++ b/gcc/cppinit.c @@ -161,6 +161,9 @@ cpp_create_reader (enum c_lang lang, hash_table *table) CPP_OPTION (pfile, narrow_charset) = 0; CPP_OPTION (pfile, wide_charset) = 0; + /* Default the input character set to iso-8859-1 for now. */ + CPP_OPTION (pfile, input_charset) = "ISO-8859-1"; + /* A fake empty "directory" used as the starting point for files looked up without a search path. Name cannot be '/' because we don't want to prepend anything at all to filenames using it. All |