Avoid trailing comma, for picky AIX compiler.
authorBruno Haible <bruno@clisp.org>
Sun, 13 Apr 2008 17:33:56 +0000 (19:33 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 13 Apr 2008 17:33:56 +0000 (19:33 +0200)
ChangeLog
lib/unictype.h

index 1b57b0f76bbc25f6e151ee767ce5bec29bea813b..2988944062ec5213a6b8812516c0e7f161b60de0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-13  Bruno Haible  <bruno@clisp.org>
+
+       * lib/unictype.h: Remove trailing comma from enumeration definitions.
+
 2008-04-13  Bruno Haible  <bruno@clisp.org>
 
        * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
index b4cee650716ccd7e5e7f6cf462833aee0c60f8cf..ab5477c5741a6da7678e72ac9b14b7850c446614 100644 (file)
@@ -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.  */