X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Funiwbrk.in.h;h=ab4b5329503fd22d2ee45ba0664c540cfc30f365;hb=7ef6c64e210ac0979d7e8ac69bc5b5208c2405ab;hp=19cdb13e96f688b5d02a7cc23f9804ec0421f13c;hpb=d599e5add275f75ed08e6527b8ee4d3f4f7c3aea;p=gnulib.git diff --git a/lib/uniwbrk.in.h b/lib/uniwbrk.in.h index 19cdb13e9..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-2011 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; /* ========================================================================= */