aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/goto-commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/goto-commands.h')
-rw-r--r--src/goto-commands.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/goto-commands.h b/src/goto-commands.h
index 45c68e9..3b44168 100644
--- a/src/goto-commands.h
+++ b/src/goto-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
@@ -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;