diff options
Diffstat (limited to 'contrib/gcc/cp/cfns.gperf')
-rw-r--r-- | contrib/gcc/cp/cfns.gperf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/gcc/cp/cfns.gperf b/contrib/gcc/cp/cfns.gperf index e0e9f23..c713eb0 100644 --- a/contrib/gcc/cp/cfns.gperf +++ b/contrib/gcc/cp/cfns.gperf @@ -2,12 +2,13 @@ #ifdef __GNUC__ __inline #endif -static unsigned int hash PARAMS ((const char *, unsigned int)); +static unsigned int hash (const char *, unsigned int); #ifdef __GNUC__ __inline #endif -const char * libc_name_p PARAMS ((const char *, unsigned int)); +const char * libc_name_p (const char *, unsigned int); %} +%% # The standard C library functions, for feeding to gperf; the result is used # by nothrow_libfn_p. # |