Deleted Added
full compact
cfns.gperf (117395) cfns.gperf (132718)
1%{
2#ifdef __GNUC__
3__inline
4#endif
1%{
2#ifdef __GNUC__
3__inline
4#endif
5static unsigned int hash PARAMS ((const char *, unsigned int));
5static unsigned int hash (const char *, unsigned int);
6#ifdef __GNUC__
7__inline
8#endif
6#ifdef __GNUC__
7__inline
8#endif
9const char * libc_name_p PARAMS ((const char *, unsigned int));
9const char * libc_name_p (const char *, unsigned int);
10%}
10%}
11%%
11# The standard C library functions, for feeding to gperf; the result is used
12# by nothrow_libfn_p.
13#
14# [lib.res.on.exception.handling]: None of the functions from the
15# Standard C library shall report an error by throwing an
16# exception, unless it calls a program-supplied function that
17# throws an exception.
18#

--- 211 unchanged lines hidden ---
12# The standard C library functions, for feeding to gperf; the result is used
13# by nothrow_libfn_p.
14#
15# [lib.res.on.exception.handling]: None of the functions from the
16# Standard C library shall report an error by throwing an
17# exception, unless it calls a program-supplied function that
18# throws an exception.
19#

--- 211 unchanged lines hidden ---