diff options
author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-10 20:49:29 +0000 |
---|---|---|
committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-10 20:49:29 +0000 |
commit | 42283c76c6898f10b8fde94cb322698ea35d52ce (patch) | |
tree | 25bc24f958f60f8f2ae669f55b450f3e76b629ee /gcc/cp/cfns.h | |
parent | b3c48b5d4e7ef1f5edeb69c19e9f070fbd5756e6 (diff) | |
download | gcc-42283c76c6898f10b8fde94cb322698ea35d52ce.tar.gz |
* cfns.gperf: ANSIfy function declarations.
* cfns.h: Regenerate.
* cp-tree.h: ANSIfy function declarations.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61167 138bc75d-0d04-0410-961f-82ee72b054a4
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 c7e6a9d9412..e4200947eb3 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) |