diff options
Diffstat (limited to 'gcc/cppinit.c')
-rw-r--r-- | gcc/cppinit.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/cppinit.c b/gcc/cppinit.c index 2068ba1..76b99b0 100644 --- a/gcc/cppinit.c +++ b/gcc/cppinit.c @@ -191,6 +191,8 @@ init_library () we were compiled with a compiler that supports C99 designated initializers. */ init_trigraph_map (); + + _cpp_init_mbchar (); } } |