diff options
Diffstat (limited to 'src/qreg-commands.h')
-rw-r--r-- | src/qreg-commands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qreg-commands.h b/src/qreg-commands.h index f6ad82a..e224797 100644 --- a/src/qreg-commands.h +++ b/src/qreg-commands.h @@ -93,6 +93,6 @@ TECO_DECLARE_STATE(teco_state_setqreginteger); TECO_DECLARE_STATE(teco_state_increaseqreg); TECO_DECLARE_STATE(teco_state_macro); -TECO_DECLARE_STATE(teco_state_macrofile); +TECO_DECLARE_STATE(teco_state_indirect); TECO_DECLARE_STATE(teco_state_copytoqreg); |