=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/include/Attic/Risa.tmpl,v retrieving revision 1.23 retrieving revision 1.25 diff -u -p -r1.23 -r1.25 --- OpenXM_contrib2/asir2000/include/Attic/Risa.tmpl 2001/06/04 02:49:46 1.23 +++ OpenXM_contrib2/asir2000/include/Attic/Risa.tmpl 2001/06/25 05:30:50 1.25 @@ -2,7 +2,7 @@ * Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED * All rights reserved. * - * $OpenXM: OpenXM_contrib2/asir2000/include/Risa.tmpl,v 1.22 2001/03/19 04:17:39 noro Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/include/Risa.tmpl,v 1.24 2001/06/15 07:56:05 noro Exp $ */ #include "config.h" @@ -48,7 +48,7 @@ CC= gcc CC= cc #endif -CDEBUGFLAGS= -O +CDEBUGFLAGS= -O3 #if defined(SunArchitecture) #if SystemV4 @@ -92,6 +92,10 @@ PARIFLAGS = -DLONG_IS_32BIT #if defined(DarwinArchitecture) CCOPTIONS = +#endif + +#if defined(AIXArchitecture) +CC = cc -qchars=signed #endif #ifdef USE_PARI