Return to debug.c CVS log | Up to [local] / OpenXM_contrib2 / asir2000 / parse |
version 1.1, 1999/12/03 07:39:12 | version 1.2, 2000/02/08 04:47:12 | ||
---|---|---|---|
|
|
||
/* $OpenXM: OpenXM/src/asir99/parse/debug.c,v 1.2 1999/11/18 05:42:02 noro Exp $ */ | /* $OpenXM: OpenXM_contrib2/asir2000/parse/debug.c,v 1.1.1.1 1999/12/03 07:39:12 noro Exp $ */ | ||
#include "ca.h" | #include "ca.h" | ||
#include "parse.h" | #include "parse.h" | ||
#include <ctype.h> | #include <ctype.h> | ||
#if PARI | |||
#include "genpari.h" | #include "genpari.h" | ||
#endif | |||
void show_stack(VS); | void show_stack(VS); | ||
void change_stack(int,NODE *); | void change_stack(int,NODE *); |