maint: update copyright
[gnulib.git] / lib / unicase / special-casing.h
index a702f01..7a3e8c4 100644 (file)
@@ -1,5 +1,5 @@
 /* Special casing table.
-   Copyright (C) 2009 Free Software Foundation, Inc.
+   Copyright (C) 2009-2014 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2009.
 
    This program is free software: you can redistribute it and/or modify it
@@ -38,7 +38,7 @@ struct special_casing_rule
   /*bool*/ unsigned int has_next : 1;
 
   /* Context.  */
-  int context : 7;
+  signed int context : 7;
 
   /* Language, or an empty string.  */
   char language[2];