summaryrefslogtreecommitdiffstats
path: root/src/errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/errors.h')
-rw-r--r--src/errors.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/errors.h b/src/errors.h
index 2edbb63b9a..0106d1d502 100644
--- a/src/errors.h
+++ b/src/errors.h
@@ -3268,4 +3268,8 @@ EXTERN char e_illegal_map_mode_string_str[]
EXTERN char e_channel_job_feature_not_available[]
INIT(= N_("E1277: Channel and job feature is not available"));
# endif
+EXTERN char e_stray_closing_curly_str[]
+ INIT(= N_("E1278: Stray '}' without a matching '{': %s"));
+EXTERN char e_missing_close_curly_str[]
+ INIT(= N_("E1279: Missing '}': %s"));
#endif