summaryrefslogtreecommitdiff
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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gettext-tools/src/message.h b/gettext-tools/src/message.h
index ec86ff1..7b333f2 100644
--- a/gettext-tools/src/message.h
+++ b/gettext-tools/src/message.h
@@ -1,6 +1,5 @@
/* GNU gettext - internationalization aids
- Copyright (C) 1995-1998, 2000-2009, 2015 Free Software Foundation,
- Inc.
+ Copyright (C) 1995-1998, 2000-2009, 2015-2016 Free Software Foundation, Inc.
This file was written by Peter Miller <millerp@canb.auug.org.au>
@@ -121,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? */