Make alpha build again.

From-SVN: r37950
This commit is contained in:
Bernd Schmidt 2000-12-02 10:50:27 +00:00 committed by Bernd Schmidt
parent a88f02e7a7
commit 0884b60c60
3 changed files with 7 additions and 4 deletions

View File

@ -1,5 +1,8 @@
2000-12-02 Bernd Schmidt <bernds@redhat.co.uk>
* c-common.c (PTRDIFF_TYPE): Provide default here, ...
* c-decl.c: ... not here.
* haifa-sched.c (sched_dump): Renamed from dump. All users changed.
(old_max_uid): New variable.
(compute_forward_dependences): Renamed from

View File

@ -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

View File

@ -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