cfns.gperf: ANSIfy function declarations.

* cfns.gperf: ANSIfy function declarations.
	* cfns.h: Regenerate.
	* cp-tree.h: ANSIfy function declarations.

From-SVN: r61167
This commit is contained in:
Nathanael Nerode 2003-01-10 20:49:29 +00:00
parent 2050a1bbac
commit b2f29cd967
4 changed files with 648 additions and 630 deletions

View File

@ -1,3 +1,9 @@
2003-01-10 Nathanael Nerode <neroden@gcc.gnu.org>
* cfns.gperf: ANSIfy function declarations.
* cfns.h: Regenerate.
* cp-tree.h: ANSIfy function declarations.
2003-01-10 Mark Mitchell <mark@codesourcery.com> 2003-01-10 Mark Mitchell <mark@codesourcery.com>
* cp-tree.h (reparse_absdcl_as_expr): Remove. * cp-tree.h (reparse_absdcl_as_expr): Remove.
@ -36,6 +42,11 @@
2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org> 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
* cfns.gperf: ANSIfy function declarations.
* cfns.h: Regenerate.
* cp-tree.h: ANSIfy function declarations.
* parser.c: ANSIfy function declarations & definitions.
* decl.c (bad_specifiers): Fix parameter order error I introduced. * decl.c (bad_specifiers): Fix parameter order error I introduced.
2003-01-09 Geoffrey Keating <geoffk@apple.com> 2003-01-09 Geoffrey Keating <geoffk@apple.com>

View File

@ -2,11 +2,11 @@
#ifdef __GNUC__ #ifdef __GNUC__
__inline __inline
#endif #endif
static unsigned int hash PARAMS ((const char *, unsigned int)); static unsigned int hash (const char *, unsigned int);
#ifdef __GNUC__ #ifdef __GNUC__
__inline __inline
#endif #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 # The standard C library functions, for feeding to gperf; the result is used
# by nothrow_libfn_p. # by nothrow_libfn_p.

View File

@ -1,17 +1,21 @@
/* C code produced by gperf version 2.7 */ /* C code produced by gperf version 2.7.2 */
/* Command-line: gperf -o -C -E -k 1-6,$ -j1 -D -N libc_name_p ../../../egcs-CVS20000404/gcc/cp/cfns.gperf */ /* Command-line: gperf -o -C -E -k '1-6,$' -j1 -D -N libc_name_p ../../gcc/gcc/cp/cfns.gperf */
#ifdef __GNUC__ #ifdef __GNUC__
__inline __inline
#endif #endif
static unsigned int hash PARAMS ((const char *, unsigned int)); static unsigned int hash (const char *, unsigned int);
#ifdef __GNUC__ #ifdef __GNUC__
__inline __inline
#endif #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 */ /* maximum key range = 1020, duplicates = 1 */
#ifdef __GNUC__ #ifdef __GNUC__
__inline __inline
#else
#ifdef __cplusplus
inline
#endif
#endif #endif
static unsigned int static unsigned int
hash (str, len) hash (str, len)

File diff suppressed because it is too large Load Diff