From 729ff8c7d5c4c93bc67bd496ef398adfc980df22 Mon Sep 17 00:00:00 2001 From: gingold Date: Mon, 24 Oct 2005 19:53:59 +0000 Subject: support of ia64 added, more stats added --- ortho/gcc/ortho-lang.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ortho/gcc') diff --git a/ortho/gcc/ortho-lang.c b/ortho/gcc/ortho-lang.c index 609ec737e..e223f41db 100644 --- a/ortho/gcc/ortho-lang.c +++ b/ortho/gcc/ortho-lang.c @@ -519,6 +519,10 @@ builtin_function (const char *name, return decl; } +#ifndef MAX_BITS_PER_WORD +#define MAX_BITS_PER_WORD BITS_PER_WORD +#endif + /* This variable keeps a table for types for each precision so that we only allocate each of them once. Signed and unsigned types are kept separate. */ -- cgit v1.2.3