diff options
Diffstat (limited to 'src/stdio-commands.h')
| -rw-r--r-- | src/stdio-commands.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stdio-commands.h b/src/stdio-commands.h index 985d1ac..fd973dc 100644 --- a/src/stdio-commands.h +++ b/src/stdio-commands.h @@ -26,5 +26,5 @@ void teco_state_control_typeout(teco_machine_main_t *ctx, GError **error); /* * Command states */ -TECO_DECLARE_STATE(teco_state_print_decimal); -TECO_DECLARE_STATE(teco_state_print_string); +extern teco_state_t teco_state_print_decimal; +extern teco_state_t teco_state_print_string; |
