diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-01-10 20:49:29 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-01-10 20:49:29 +0000 |
commit | b2f29cd967bef1b1245e5bd5a82709ae3a2c0f01 (patch) | |
tree | 25bc24f958f60f8f2ae669f55b450f3e76b629ee /gcc/cp/cfns.h | |
parent | 2050a1bbac14451de357a7d78ffdc6621f49ab30 (diff) | |
download | gcc-b2f29cd967bef1b1245e5bd5a82709ae3a2c0f01.zip gcc-b2f29cd967bef1b1245e5bd5a82709ae3a2c0f01.tar.gz gcc-b2f29cd967bef1b1245e5bd5a82709ae3a2c0f01.tar.bz2 |
cfns.gperf: ANSIfy function declarations.
* cfns.gperf: ANSIfy function declarations.
* cfns.h: Regenerate.
* cp-tree.h: ANSIfy function declarations.
From-SVN: r61167
Diffstat (limited to 'gcc/cp/cfns.h')
-rw-r--r-- | gcc/cp/cfns.h | 12 |
1 files changed, 8 insertions, 4 deletions
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) |