X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Funictype.h;h=ab5477c5741a6da7678e72ac9b14b7850c446614;hb=cb9819cbb9261bd50c3466cf0a4cd873f0d7ebd7;hp=b4cee650716ccd7e5e7f6cf462833aee0c60f8cf;hpb=5a6e55c1886acd86b0deaa9d1d343471f61d3ded;p=gnulib.git diff --git a/lib/unictype.h b/lib/unictype.h index b4cee6507..ab5477c57 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. */