X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Funiwbrk.in.h;h=ab4b5329503fd22d2ee45ba0664c540cfc30f365;hb=0c6fd3b84775ca4cf1045d4cc07a2dff4c73f29b;hp=a4a68a82fc23511aee9d2697cd084baad34dc7e3;hpb=f0b08ae92b4d606bd95773c2b3c263d0b83e1172;p=gnulib.git diff --git a/lib/uniwbrk.in.h b/lib/uniwbrk.in.h index a4a68a82f..ab4b53295 100644 --- a/lib/uniwbrk.in.h +++ b/lib/uniwbrk.in.h @@ -1,5 +1,5 @@ /* Word breaks in Unicode strings. - Copyright (C) 2001-2003, 2005-2012 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2005-2014 Free Software Foundation, Inc. Written by Bruno Haible , 2009. This program is free software: you can redistribute it and/or modify it @@ -54,7 +54,8 @@ enum /* Return the Word_Break property of a Unicode character. */ extern int - uc_wordbreak_property (ucs4_t uc); + uc_wordbreak_property (ucs4_t uc) + _UC_ATTRIBUTE_CONST; /* ========================================================================= */