Commit 76648a8b by Kaveh R. Ghazi Committed by Kaveh Ghazi

* lex.c (copy_lang_type): Add static prototype.

From-SVN: r46756
parent 1943c2c1
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.
......
......@@ -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;
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment