diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-10 04:46:01 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-10 04:46:01 +0000 |
commit | 768169bd1d69862383de4016f7a41719e8be2992 (patch) | |
tree | 1c7f6cbe3e1a0a7f7e51eb6544697b4147b98b27 /gcc/cppmain.c | |
parent | 814c5e8e2bd2e2fbfe7948a10ff5f59c2266af78 (diff) | |
download | gcc-768169bd1d69862383de4016f7a41719e8be2992.tar.gz |
* cppexp.c (parse_number): Use ISXDIGIT/hex_value.
* cpplex.c (hex_digit_value): Use hex_p/hex_value.
* cppmain.c (general_init): Call hex_init.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46912 138bc75d-0d04-0410-961f-82ee72b054a4
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 246c1522ab2..02dfdb7c158 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 (); } |