diff options
author | Bernd Schmidt <bernds@redhat.co.uk> | 2000-12-02 10:50:27 +0000 |
---|---|---|
committer | Bernd Schmidt <bernds@gcc.gnu.org> | 2000-12-02 10:50:27 +0000 |
commit | 0884b60c60e812a3a78ca1c26c89042bf0bd6e67 (patch) | |
tree | 9a998ae0aab2ed9ca7d08d336aa71f14099b6ffb /gcc/c-common.c | |
parent | a88f02e7a762cb8ff1428f099c6fb6425a8da1c3 (diff) | |
download | gcc-0884b60c60e812a3a78ca1c26c89042bf0bd6e67.zip gcc-0884b60c60e812a3a78ca1c26c89042bf0bd6e67.tar.gz gcc-0884b60c60e812a3a78ca1c26c89042bf0bd6e67.tar.bz2 |
Make alpha build again.
From-SVN: r37950
Diffstat (limited to 'gcc/c-common.c')
-rw-r--r-- | gcc/c-common.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/c-common.c b/gcc/c-common.c index e07a7d3..465bdbe 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -41,6 +41,10 @@ cpp_reader parse_in; #undef WCHAR_TYPE_SIZE #define WCHAR_TYPE_SIZE TYPE_PRECISION (wchar_type_node) +#ifndef PTRDIFF_TYPE +#define PTRDIFF_TYPE "long int" +#endif + #ifndef WINT_TYPE #define WINT_TYPE "unsigned int" #endif |