OSDN Git Service

* lex.c (copy_lang_type): Add static prototype.
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 4 Nov 2001 02:20:02 +0000 (02:20 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 4 Nov 2001 02:20:02 +0000 (02:20 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46756 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 8016de5..1cc0cf6 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 ccd57a2..b655b09 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;
 {