diff options
Diffstat (limited to 'src/goto-commands.h')
| -rw-r--r-- | src/goto-commands.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/goto-commands.h b/src/goto-commands.h index 45c68e9..ba60f93 100644 --- a/src/goto-commands.h +++ b/src/goto-commands.h @@ -24,5 +24,5 @@ extern teco_string_t teco_goto_skip_label; extern gssize teco_goto_backup_pc; -TECO_DECLARE_STATE(teco_state_label); -TECO_DECLARE_STATE(teco_state_goto); +extern teco_state_t teco_state_label; +extern teco_state_t teco_state_goto; |
