diff options
Diffstat (limited to 'stdio-common/_itowa.h')
-rw-r--r-- | stdio-common/_itowa.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdio-common/_itowa.h b/stdio-common/_itowa.h index d3a5447304..009458b4be 100644 --- a/stdio-common/_itowa.h +++ b/stdio-common/_itowa.h @@ -1,5 +1,5 @@ /* Internal function for converting integers to ASCII. - Copyright (C) 1994, 95, 96, 97, 98, 99, 2002 Free Software Foundation, Inc. + Copyright (C) 1994,95,96,97,98,99,2002,2003 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -31,7 +31,7 @@ extern wchar_t *_itowa (unsigned long long int value, wchar_t *buflim, unsigned int base, int upper_case); static inline wchar_t * -__attribute__ ((unused)) +__attribute__ ((unused, always_inline)) _itowa_word (unsigned long value, wchar_t *buflim, unsigned int base, int upper_case) { |