=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/plot/ox_plot.c,v retrieving revision 1.5 retrieving revision 1.7 diff -u -p -r1.5 -r1.7 --- OpenXM_contrib2/asir2000/plot/ox_plot.c 2000/08/21 08:31:50 1.5 +++ OpenXM_contrib2/asir2000/plot/ox_plot.c 2000/09/12 06:05:31 1.7 @@ -23,7 +23,7 @@ * shall be made on your publication or presentation in any form of the * results obtained by use of the SOFTWARE. * (4) In the event that you modify the SOFTWARE, you shall notify FLL by - * e-mail at risa-admin@flab.fujitsu.co.jp of the detailed specification + * e-mail at risa-admin@sec.flab.fujitsu.co.jp of the detailed specification * for such modification or the source code of the modified part of the * SOFTWARE. * @@ -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/plot/ox_plot.c,v 1.4 2000/06/07 08:46:41 noro Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/plot/ox_plot.c,v 1.6 2000/08/22 05:04:31 noro Exp $ */ #include "ca.h" #include "parse.h" @@ -70,7 +70,8 @@ static int plot_OperandStackSize; static Obj *plot_OperandStack; static int plot_OperandStackPtr = -1; -static void create_error(ERR *,unsigned int ,char *); +void create_error(ERR *,unsigned int ,char *); + static void process_ox(); static void ox_io_init(); static void ox_asir_init(int,char **); @@ -89,19 +90,6 @@ static char *name_of_cmd(unsigned int); static char *name_of_id(int); static void asir_do_cmd(unsigned int,unsigned int); static LIST asir_GetErrorList(); - -static void create_error(ERR *err,unsigned int serial,char *msg) -{ - USINT ui; - NODE n,n1; - LIST list; - STRING errmsg; - - MKUSINT(ui,serial); - MKSTR(errmsg,msg); - MKNODE(n1,errmsg,0); MKNODE(n,ui,n1); MKLIST(list,n); - MKERR(*err,list); -} void ox_plot_main(int argc,char **argv) { int ds;