diff options
author | Neil Booth <neil@daikokuya.demon.co.uk> | 2002-05-27 05:51:14 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2002-05-27 05:51:14 +0000 |
commit | c9220e3a83aecc4d5fa5ecfad4d203f086e0c061 (patch) | |
tree | 2f52ca5c8e31847edc88df70f877c0e92544df2b /gcc/cppexp.c | |
parent | 1457a0b52ae505202bd1f341e74e039e0f4a4602 (diff) | |
download | gcc-c9220e3a83aecc4d5fa5ecfad4d203f086e0c061.zip gcc-c9220e3a83aecc4d5fa5ecfad4d203f086e0c061.tar.gz gcc-c9220e3a83aecc4d5fa5ecfad4d203f086e0c061.tar.bz2 |
c-common.c (c_common_init): Set CPP arithmetic precision.
* c-common.c (c_common_init): Set CPP arithmetic precision.
* cppexp.c (cpp_num_part): Move typedef ...
* cpphash.h: ...here; make unsigned HOST_WIDE_INT.
* cppinit.c (cpp_create_reader): Default to host long arithmetic.
(sanity_checks): Update.
testsuite:
* gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
* gcc.dg/cpp/if-3.c: Remove.
From-SVN: r53911
Diffstat (limited to 'gcc/cppexp.c')
-rw-r--r-- | gcc/cppexp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cppexp.c b/gcc/cppexp.c index 7aa350d..b2bad21 100644 --- a/gcc/cppexp.c +++ b/gcc/cppexp.c @@ -23,7 +23,6 @@ Boston, MA 02111-1307, USA. */ #include "cpplib.h" #include "cpphash.h" -typedef unsigned long cpp_num_part; typedef struct cpp_num cpp_num; #define PART_PRECISION (sizeof (cpp_num_part) * CHAR_BIT) |