diff options
Diffstat (limited to 's51/s51.h')
| -rw-r--r-- | s51/s51.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ extern char *s51_prompt; extern struct ccdbg *s51_dbg; extern int s51_interrupted; +extern int s51_monitor; enum command_result { command_success, command_debug, command_syntax, command_interrupt, command_error, |
