version 1.6, 2003/06/07 16:40:26 |
version 1.8, 2004/12/17 03:09:08 |
|
|
* 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/parse/parser.c,v 1.5 2002/12/09 00:42:15 noro Exp $ |
* $OpenXM: OpenXM_contrib2/asir2000/parse/parser.c,v 1.7 2004/02/27 09:13:04 noro Exp $ |
*/ |
*/ |
#include <ctype.h> |
#include <ctype.h> |
#include "ca.h" |
#include "ca.h" |
Line 160 void read_eval_loop() { |
|
Line 160 void read_eval_loop() { |
|
r1 = get_rtime(); |
r1 = get_rtime(); |
if ( !ox_do_copy ) { |
if ( !ox_do_copy ) { |
if ( prresult ) { |
if ( prresult ) { |
if ( user_print_function ) |
if ( user_print_function ) { |
bevalf(user_print_function,mknode(1,LastVal)); |
bevalf(user_print_function,mknode(1,LastVal)); |
else |
fflush(asir_out); |
|
} else |
printexpr(CO,LastVal); |
printexpr(CO,LastVal); |
if ( outputstyle == 1 ) { |
if ( outputstyle == 1 ) { |
putc(';',asir_out); |
putc(';',asir_out); |