| version 1.1, 1999/12/03 07:39:12 |
version 1.2, 2000/02/08 04:47:12 |
|
|
| /* $OpenXM: OpenXM/src/asir99/parse/xdeb.c,v 1.1.1.1 1999/11/10 08:12:34 noro Exp $ */ |
/* $OpenXM: OpenXM_contrib2/asir2000/parse/xdeb.c,v 1.1.1.1 1999/12/03 07:39:12 noro Exp $ */ |
| #if defined(VISUAL) |
#if defined(VISUAL) |
| #if defined(VISUAL_LIB) |
#if defined(VISUAL_LIB) |
| #include <stdio.h> |
#include <stdio.h> |
| Line 42 void show_debug_window(int on) |
|
| Line 42 void show_debug_window(int on) |
|
| {} |
{} |
| #endif |
#endif |
| #else /* VISUAL */ |
#else /* VISUAL */ |
| |
#if DO_PLOT |
| /* |
/* |
| * xdeb.c --- Asir Debug interface. |
* xdeb.c --- Asir Debug interface. |
| * |
* |
|
|
| } |
} |
| strcpy(buf,debug_cmd); |
strcpy(buf,debug_cmd); |
| } |
} |
| |
#else /* DO_PLOT */ |
| |
init_cmdwin() {} |
| |
|
| |
show_debug_window(on) |
| |
int on; |
| |
{} |
| |
|
| |
get_line(buf) |
| |
char *buf; |
| |
{} |
| |
#endif /* DO_PLOT */ |
| #endif /* VISUAL */ |
#endif /* VISUAL */ |