X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Funiname.in.h;h=cda10367b3459ada56e97cb9ea38862f25566860;hb=9fc81090f6c5590bd1b0e0fa5087577a2ee43a3e;hp=331fd14519fcea0c70296b51369f7b8d23bfef9c;hpb=1602f0afed21be664fcf5c42d59db07cc22c56d6;p=gnulib.git diff --git a/lib/uniname.in.h b/lib/uniname.in.h index 331fd1451..cda10367b 100644 --- a/lib/uniname.in.h +++ b/lib/uniname.in.h @@ -1,5 +1,5 @@ /* Association between Unicode characters and their names. - Copyright (C) 2000-2002, 2005, 2007, 2009-2012 Free Software Foundation, + Copyright (C) 2000-2002, 2005, 2007, 2009-2013 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it @@ -35,7 +35,8 @@ extern char * /* Looks up the Unicode character with a given name, in upper- or lowercase ASCII. Returns the character if found, or UNINAME_INVALID if not found. */ extern ucs4_t - unicode_name_character (const char *name); + unicode_name_character (const char *name) + _UC_ATTRIBUTE_PURE; #define UNINAME_INVALID ((ucs4_t) 0xFFFF) #ifdef __cplusplus