diff options
Diffstat (limited to 'libcpp/init.cc')
-rw-r--r-- | libcpp/init.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcpp/init.cc b/libcpp/init.cc index 4789274..fff0eb8 100644 --- a/libcpp/init.cc +++ b/libcpp/init.cc @@ -261,6 +261,7 @@ cpp_create_reader (enum c_lang lang, cpp_hash_table *table, CPP_OPTION (pfile, cpp_warn_invalid_utf8) = 0; CPP_OPTION (pfile, cpp_warn_unicode) = 1; CPP_OPTION (pfile, cpp_input_charset_explicit) = 0; + CPP_OPTION (pfile, cpp_tabstop) = 8; /* Default CPP arithmetic to something sensible for the host for the benefit of dumb users like fix-header. */ |