summaryrefslogtreecommitdiff
path: root/lib/unictype.h
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-04-13 19:33:56 +0200
committerBruno Haible <bruno@clisp.org>2008-04-13 19:33:56 +0200
commit41fa1f3dd121044739645fe8ba80f138514de692 (patch)
treec4677d4bb0f00590d2091c3da0f62e2e0ea38955 /lib/unictype.h
parentd8965b7823ae5167a60fa39ad91b9fdc26280513 (diff)
downloadgnulib-41fa1f3dd121044739645fe8ba80f138514de692.tar.gz
Avoid trailing comma, for picky AIX compiler.
Diffstat (limited to 'lib/unictype.h')
-rw-r--r--lib/unictype.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/unictype.h b/lib/unictype.h
index b4cee65071..ab5477c574 100644
--- a/lib/unictype.h
+++ b/lib/unictype.h
@@ -1,5 +1,5 @@
/* Unicode character classification and properties.
- Copyright (C) 2002, 2005-2007 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2005-2008 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published
@@ -247,7 +247,7 @@ enum
UC_CCC_AR = 232, /* Above Right */
UC_CCC_DB = 233, /* Double Below */
UC_CCC_DA = 234, /* Double Above */
- UC_CCC_IS = 240, /* Iota Subscript */
+ UC_CCC_IS = 240 /* Iota Subscript */
};
/* Return the canonical combining class of a Unicode character. */