summaryrefslogtreecommitdiff
path: root/gcc/c-common.c
diff options
context:
space:
mode:
authorbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>2000-12-02 10:50:27 +0000
committerbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>2000-12-02 10:50:27 +0000
commit194c4d9f05759619fbe2e6c31a643aaea21f85bc (patch)
tree9a998ae0aab2ed9ca7d08d336aa71f14099b6ffb /gcc/c-common.c
parentd07683160219d2230c8ee4708e9ad996954bc774 (diff)
downloadgcc-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.c4
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