* lex.c (copy_lang_type): Add static prototype.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sun, 4 Nov 2001 02:20:02 +0000 (02:20 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sun, 4 Nov 2001 02:20:02 +0000 (02:20 +0000)
From-SVN: r46756

gcc/cp/ChangeLog
gcc/cp/lex.c

index 8016de51c5f4128bcf4a488a2ffc57ae7497a360..1cc0cf6c7b702195ea72a66be43de7e0ada6d2fe 100644 (file)
@@ -1,3 +1,7 @@
+2001-11-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * lex.c (copy_lang_type): Add static prototype.
+
 2001-11-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
 
        * pt.c (unify): Handle SCOPE_REF.
index ccd57a21345c8a7ca444027fd795acae30715a4c..b655b0974faaef568bfdb9abfa84f125aa31dbee 100644 (file)
@@ -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;
 {