From b2f29cd967bef1b1245e5bd5a82709ae3a2c0f01 Mon Sep 17 00:00:00 2001 From: Nathanael Nerode Date: Fri, 10 Jan 2003 20:49:29 +0000 Subject: cfns.gperf: ANSIfy function declarations. * cfns.gperf: ANSIfy function declarations. * cfns.h: Regenerate. * cp-tree.h: ANSIfy function declarations. From-SVN: r61167 --- gcc/cp/cfns.h | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'gcc/cp/cfns.h') diff --git a/gcc/cp/cfns.h b/gcc/cp/cfns.h index c7e6a9d..e420094 100644 --- a/gcc/cp/cfns.h +++ b/gcc/cp/cfns.h @@ -1,17 +1,21 @@ -/* C code produced by gperf version 2.7 */ -/* Command-line: gperf -o -C -E -k 1-6,$ -j1 -D -N libc_name_p ../../../egcs-CVS20000404/gcc/cp/cfns.gperf */ +/* C code produced by gperf version 2.7.2 */ +/* Command-line: gperf -o -C -E -k '1-6,$' -j1 -D -N libc_name_p ../../gcc/gcc/cp/cfns.gperf */ #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); /* maximum key range = 1020, duplicates = 1 */ #ifdef __GNUC__ __inline +#else +#ifdef __cplusplus +inline +#endif #endif static unsigned int hash (str, len) -- cgit v1.1