summaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
diff options
context:
space:
mode:
authorBernd Schmidt <bernds@redhat.co.uk>2000-12-02 10:50:27 +0000
committerBernd Schmidt <bernds@gcc.gnu.org>2000-12-02 10:50:27 +0000
commit0884b60c60e812a3a78ca1c26c89042bf0bd6e67 (patch)
tree9a998ae0aab2ed9ca7d08d336aa71f14099b6ffb /gcc/c-decl.c
parenta88f02e7a762cb8ff1428f099c6fb6425a8da1c3 (diff)
downloadgcc-0884b60c60e812a3a78ca1c26c89042bf0bd6e67.tar.gz
Make alpha build again.
From-SVN: r37950
Diffstat (limited to 'gcc/c-decl.c')
-rw-r--r--gcc/c-decl.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/c-decl.c b/gcc/c-decl.c
index 1c1f138a1fb..4f1142a925b 100644
--- a/gcc/c-decl.c
+++ b/gcc/c-decl.c
@@ -62,10 +62,6 @@ enum decl_context
#define SIZE_TYPE "long unsigned int"
#endif
-#ifndef PTRDIFF_TYPE
-#define PTRDIFF_TYPE "long int"
-#endif
-
#ifndef WCHAR_TYPE
#define WCHAR_TYPE "int"
#endif