diff options
Diffstat (limited to 'gcc/cppmain.c')
-rw-r--r-- | gcc/cppmain.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cppmain.c b/gcc/cppmain.c index 246c152..02dfdb7 100644 --- a/gcc/cppmain.c +++ b/gcc/cppmain.c @@ -100,6 +100,7 @@ general_init (argv0) xmalloc_set_program_name (progname); + hex_init (); gcc_init_libintl (); } |