=================================================================== RCS file: /home/cvs/OpenXM/src/ox_math/sm.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- OpenXM/src/ox_math/sm.c 2003/02/04 14:27:43 1.4 +++ OpenXM/src/ox_math/sm.c 2003/02/12 08:28:41 1.5 @@ -1,5 +1,5 @@ /* -*- mode: C; coding: euc-japan -*- */ -/* $OpenXM: OpenXM/src/ox_math/sm.c,v 1.3 2003/01/13 12:04:53 ohara Exp $ */ +/* $OpenXM: OpenXM/src/ox_math/sm.c,v 1.4 2003/02/04 14:27:43 ohara Exp $ */ #include #include @@ -87,7 +87,7 @@ void sm_pops() void sm_run(int code) { int (*func)(OXFILE *) = sm_search_f(code); - ox_printf("ox_math:: opecode=<%s>[%d]", get_symbol_by_tag(code), code); + ox_printf("opecode=<%s>[%d] ", get_symbol_by_tag(code), code); if (func != NULL) { func(stack_oxfp); }else {