X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Funicase%2Fspecial-casing.h;h=33911cfcecbca2763ed922acc7b5b8da39383a8c;hb=d1fb15ba12436afdd742eaff1ec46f75ee397bda;hp=a702f014652e80447e9f301483c25f67d9946979;hpb=0a470bb116a172be92029925606c3e63611f2aaf;p=gnulib.git diff --git a/lib/unicase/special-casing.h b/lib/unicase/special-casing.h index a702f0146..33911cfce 100644 --- a/lib/unicase/special-casing.h +++ b/lib/unicase/special-casing.h @@ -1,5 +1,5 @@ /* Special casing table. - Copyright (C) 2009 Free Software Foundation, Inc. + Copyright (C) 2009-2010 Free Software Foundation, Inc. Written by Bruno Haible , 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];