summaryrefslogtreecommitdiffstats
path: root/gettext-tools/src/message.h
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/src/message.h')
-rw-r--r--gettext-tools/src/message.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gettext-tools/src/message.h b/gettext-tools/src/message.h
index 6000e41..7b333f2 100644
--- a/gettext-tools/src/message.h
+++ b/gettext-tools/src/message.h
@@ -120,9 +120,10 @@ enum syntax_check_type
{
sc_ellipsis_unicode,
sc_space_ellipsis,
- sc_quote_unicode
+ sc_quote_unicode,
+ sc_bullet_unicode
};
-#define NSYNTAXCHECKS 3
+#define NSYNTAXCHECKS 4
extern DLL_VARIABLE const char *const syntax_check_name[NSYNTAXCHECKS];
/* Is current msgid subject to a syntax check? */