diff options
author | bernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-02 10:50:27 +0000 |
---|---|---|
committer | bernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-02 10:50:27 +0000 |
commit | 194c4d9f05759619fbe2e6c31a643aaea21f85bc (patch) | |
tree | 9a998ae0aab2ed9ca7d08d336aa71f14099b6ffb /gcc/c-common.c | |
parent | d07683160219d2230c8ee4708e9ad996954bc774 (diff) | |
download | gcc-194c4d9f05759619fbe2e6c31a643aaea21f85bc.tar.gz |
Make alpha build again.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37950 138bc75d-0d04-0410-961f-82ee72b054a4
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 e07a7d32f45..465bdbe4551 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 |