gxx.gperf (hash, [...]): Add prototypes.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Thu, 2 Sep 1999 03:13:16 +0000 (03:13 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Thu, 2 Sep 1999 03:13:16 +0000 (03:13 +0000)
commitf5984164b7bfb72abbe125532ac95581fd72668b
tree9eadea04e4ce16ec29f10e8d7e9ccd268f6f1711
parentaea87e88e11f4cf9bee3542f3bb827c98b6a9342
gxx.gperf (hash, [...]): Add prototypes.

* gxx.gperf (hash, is_reserved_word): Add prototypes.

* init.c (build_vec_init): Initialize variable `try_block'.

* lex.c (init_parse): Call memcpy, not bcopy, to avoid casts.
Likewise for bzero/memset.
(token_getch, token_put_back): Add static prototypes.  Remove
`inline' from the definitions.
(retrofit_lang_decl): Call memset, not bzero, to avoid casts.

From-SVN: r29042
gcc/cp/ChangeLog
gcc/cp/gxx.gperf
gcc/cp/hash.h
gcc/cp/init.c
gcc/cp/lex.c