=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/include/Attic/Risa.tmpl,v retrieving revision 1.23 retrieving revision 1.27 diff -u -p -r1.23 -r1.27 --- OpenXM_contrib2/asir2000/include/Attic/Risa.tmpl 2001/06/04 02:49:46 1.23 +++ OpenXM_contrib2/asir2000/include/Attic/Risa.tmpl 2001/08/06 01:48:32 1.27 @@ -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.26 2001/08/02 03:59:16 noro Exp $ */ #include "config.h" @@ -48,7 +48,7 @@ CC= gcc CC= cc #endif -CDEBUGFLAGS= -O +CDEBUGFLAGS= -g -O #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