X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Funicase%2Fspecial-casing.h;h=7a3e8c455978249f494ae434861407789d386a9a;hb=HEAD;hp=a702f014652e80447e9f301483c25f67d9946979;hpb=0a470bb116a172be92029925606c3e63611f2aaf;p=gnulib.git diff --git a/lib/unicase/special-casing.h b/lib/unicase/special-casing.h index a702f0146..7a3e8c455 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-2014 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];