aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/stdio-commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio-commands.h')
-rw-r--r--src/stdio-commands.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/stdio-commands.h b/src/stdio-commands.h
index 985d1ac..cf04b34 100644
--- a/src/stdio-commands.h
+++ b/src/stdio-commands.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2025 Robin Haberkorn
+ * Copyright (C) 2012-2026 Robin Haberkorn
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -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;