aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cfns.gperf
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2003-01-10 20:49:29 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2003-01-10 20:49:29 +0000
commitb2f29cd967bef1b1245e5bd5a82709ae3a2c0f01 (patch)
tree25bc24f958f60f8f2ae669f55b450f3e76b629ee /gcc/cp/cfns.gperf
parent2050a1bbac14451de357a7d78ffdc6621f49ab30 (diff)
downloadgcc-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.gperf')
-rw-r--r--gcc/cp/cfns.gperf4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/cfns.gperf b/gcc/cp/cfns.gperf
index 0d1e71b..850b66a 100644
--- a/gcc/cp/cfns.gperf
+++ b/gcc/cp/cfns.gperf
@@ -2,11 +2,11 @@
#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.