=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/parse/util.c,v retrieving revision 1.6 retrieving revision 1.8 diff -u -p -r1.6 -r1.8 --- OpenXM_contrib2/asir2000/parse/util.c 2000/12/11 09:28:03 1.6 +++ OpenXM_contrib2/asir2000/parse/util.c 2001/10/09 01:36:25 1.8 @@ -45,12 +45,12 @@ * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. * - * $OpenXM: OpenXM_contrib2/asir2000/parse/util.c,v 1.5 2000/12/05 01:24:57 noro Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/parse/util.c,v 1.7 2001/06/04 02:49:48 noro Exp $ */ #include "ca.h" #include "base.h" #include "parse.h" -#if defined(VISUAL) +#if defined(VISUAL) || (defined(__MACH__) && defined(__ppc__)) #include #else #include @@ -121,7 +121,7 @@ NODE ind; pointer *vp; { Obj len,row,col; - int i,l; + int i; NODE n,n0; VECT v; Q q; @@ -191,7 +191,7 @@ NODE ind; pointer b; { Obj len,row,col; - int i,l; + int i; NODE n,n0; if ( a && OID(a) == O_BYTEARRAY ) { @@ -285,7 +285,7 @@ P p; return ( r ); } -#if defined(VISUAL) +#if defined(VISUAL) || (defined(__MACH__) && defined(__ppc__)) NODE mknode(int ac,...) { va_list ap;