diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-03-10 00:43:12 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-03-10 00:45:34 +0000 |
commit | 7b6235f261b1dbd9a2a639d5ca98cfec9584886f (patch) | |
tree | 666b47c74ed285defeb8e1ab109f5ac7452bf6f6 /locale/programs/locfile-kw.h | |
parent | 547b5e30dc0828f20351be14d8db160870be72ee (diff) | |
download | glibc-7b6235f261b1dbd9a2a639d5ca98cfec9584886f.tar glibc-7b6235f261b1dbd9a2a639d5ca98cfec9584886f.tar.gz glibc-7b6235f261b1dbd9a2a639d5ca98cfec9584886f.tar.bz2 glibc-7b6235f261b1dbd9a2a639d5ca98cfec9584886f.zip |
Replace FSF snail mail address with URL in gperf input.
Diffstat (limited to 'locale/programs/locfile-kw.h')
-rw-r--r-- | locale/programs/locfile-kw.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/locale/programs/locfile-kw.h b/locale/programs/locfile-kw.h index c0f9ce7810..f96167343f 100644 --- a/locale/programs/locfile-kw.h +++ b/locale/programs/locfile-kw.h @@ -1,4 +1,4 @@ -/* ANSI-C code produced by gperf version 3.0.2 */ +/* ANSI-C code produced by gperf version 3.0.4 */ /* Command-line: gperf -acCgopt -k'1,2,5,9,$' -L ANSI-C -N locfile_hash locfile-kw.gperf */ #if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \ @@ -45,8 +45,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + along with this program; if not, see + <http://www.gnu.org/licenses/>. */ #include <string.h> @@ -127,6 +127,9 @@ hash (register const char *str, register unsigned int len) #ifdef __GNUC__ __inline +#if defined __GNUC_STDC_INLINE__ || defined __GNUC_GNU_INLINE__ +__attribute__ ((__gnu_inline__)) +#endif #endif const struct keyword_t * locfile_hash (register const char *str, register unsigned int len) |