diff options
Diffstat (limited to 'src/spawn.h')
| -rw-r--r-- | src/spawn.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/spawn.h b/src/spawn.h index ef210e9..f1c087b 100644 --- a/src/spawn.h +++ b/src/spawn.h @@ -18,5 +18,5 @@ #include "parser.h" -TECO_DECLARE_STATE(teco_state_execute); -TECO_DECLARE_STATE(teco_state_egcommand); +extern teco_state_t teco_state_execute; +extern teco_state_t teco_state_egcommand; |
