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:
parent
2050a1bbac
commit
b2f29cd967
4 changed files with 648 additions and 630 deletions
|
@ -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>
|
||||
|
||||
* cp-tree.h (reparse_absdcl_as_expr): Remove.
|
||||
|
@ -36,6 +42,11 @@
|
|||
|
||||
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.
|
||||
|
||||
2003-01-09 Geoffrey Keating <geoffk@apple.com>
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
1251
gcc/cp/cp-tree.h
1251
gcc/cp/cp-tree.h
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue