X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Funiname.in.h;h=16a4448f1fa1097c7ea597285c361fbc784be488;hb=acb0726a65e9a6c954adcd50b50d4d02c016de26;hp=4a202e8074e07f041922b669d75d8b2c6861ce78;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/lib/uniname.in.h b/lib/uniname.in.h index 4a202e807..16a4448f1 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-2011 Free Software Foundation, + Copyright (C) 2000-2002, 2005, 2007, 2009-2012 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