=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/parse/asir_sm.c,v retrieving revision 1.3 retrieving revision 1.5 diff -u -p -r1.3 -r1.5 --- OpenXM_contrib2/asir2000/parse/asir_sm.c 2000/08/22 05:04:25 1.3 +++ OpenXM_contrib2/asir2000/parse/asir_sm.c 2003/02/14 22:29:17 1.5 @@ -45,7 +45,7 @@ * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. * - * $OpenXM: OpenXM_contrib2/asir2000/parse/asir_sm.c,v 1.2 2000/08/21 08:31:45 noro Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/parse/asir_sm.c,v 1.4 2000/11/14 08:38:40 noro Exp $ */ #include "ca.h" #include "parse.h" @@ -53,14 +53,13 @@ #include #endif -#if PARI +#if defined(PARI) #include "genpari.h" extern jmp_buf environnement; #endif extern jmp_buf env; -extern int *StackBottom; extern int ox_do_copy, ox_do_count, ox_count_length; extern char *ox_copy_bptr; @@ -88,7 +87,6 @@ Asir_Start() #if defined(THINK_C) param_init(); #endif - StackBottom = &tmp + 1; /* XXX */ rtime_init(); env_init(); endian_init(); @@ -147,7 +145,7 @@ char *s; { SNODE snode; pointer val; -#if PARI +#if defined(PARI) static long tloc,listloc; extern long avloc;