From: ghazi Date: Sun, 4 Nov 2001 02:20:02 +0000 (+0000) Subject: * lex.c (copy_lang_type): Add static prototype. X-Git-Url: http://git.sourceforge.jp/view?a=commitdiff_plain;h=f6020ad06e9ede8f429e9b6d24f1e4c5dccb6d20;p=pf3gnuchains%2Fgcc-fork.git * lex.c (copy_lang_type): Add static prototype. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46756 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 8016de51c5f..1cc0cf6c7b7 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2001-11-03 Kaveh R. Ghazi + + * lex.c (copy_lang_type): Add static prototype. + 2001-11-02 Kriang Lerdsuwanakij * pt.c (unify): Handle SCOPE_REF. diff --git a/gcc/cp/lex.c b/gcc/cp/lex.c index ccd57a21345..b655b0974fa 100644 --- a/gcc/cp/lex.c +++ b/gcc/cp/lex.c @@ -71,6 +71,7 @@ static int token_cmp PARAMS ((int *, int *)); #endif static int is_global PARAMS ((tree)); static void init_operators PARAMS ((void)); +static void copy_lang_type PARAMS ((tree)); /* A constraint that can be tested at compile time. */ #ifdef __STDC__ @@ -1573,7 +1574,7 @@ copy_decl (decl) /* Replace the shared language-specific parts of NODE with a new copy. */ -void +static void copy_lang_type (node) tree node; {