version 1.17, 2002/08/02 02:28:29 |
version 1.20, 2004/02/13 05:48:36 |
|
|
* DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, |
* DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, |
* PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. |
* PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. |
* |
* |
* $OpenXM: OpenXM_contrib2/asir2000/plot/ox_plot.c,v 1.16 2002/07/10 05:29:36 noro Exp $ |
* $OpenXM: OpenXM_contrib2/asir2000/plot/ox_plot.c,v 1.19 2003/02/14 22:29:19 ohara Exp $ |
*/ |
*/ |
#include "ca.h" |
#include "ca.h" |
#include "parse.h" |
#include "parse.h" |
|
|
#include "ifplot.h" |
#include "ifplot.h" |
#include "version.h" |
#include "version.h" |
#include <signal.h> |
#include <signal.h> |
#if PARI |
#if defined(PARI) |
#include "genpari.h" |
#include "genpari.h" |
#endif |
#endif |
|
|
Line 64 extern Obj *asir_OperandStack; |
|
Line 64 extern Obj *asir_OperandStack; |
|
extern int asir_OperandStackPtr; |
extern int asir_OperandStackPtr; |
|
|
/* environement is defined in libpari.a */ |
/* environement is defined in libpari.a */ |
|
#if !(PARI_VERSION_CODE > 131588) |
extern jmp_buf environnement; |
extern jmp_buf environnement; |
|
#endif |
|
|
extern int do_message; |
extern int do_message; |
extern int ox_flushing; |
extern int ox_flushing; |
Line 238 static void asir_do_cmd(unsigned int cmd,unsigned int |
|
Line 240 static void asir_do_cmd(unsigned int cmd,unsigned int |
|
client_mathcap = (MATHCAP)asir_pop_one(); |
client_mathcap = (MATHCAP)asir_pop_one(); |
store_remote_mathcap(0,client_mathcap); |
store_remote_mathcap(0,client_mathcap); |
break; |
break; |
|
case SM_nop: |
default: |
default: |
break; |
break; |
} |
} |