Commit 256172c4 by Alexandre Petit-Bianco Committed by Alexandre Petit-Bianco

class.c (decl_hash): Prototype removed.

2000-04-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>

	* class.c (decl_hash): Prototype removed.
	(decl_compare): Likewise.

(Fixes a warning problem.)

From-SVN: r32958
parent bedda2da
2000-04-05 Alexandre Petit-Bianco <apbianco@cygnus.com>
* class.c (decl_hash): Prototype removed.
(decl_compare): Likewise.
2000-04-05 Tom Tromey <tromey@cygnus.com> 2000-04-05 Tom Tromey <tromey@cygnus.com>
* parse.h (THIS_MODIFIER_ONLY): Changed meaning of `v' parameter. * parse.h (THIS_MODIFIER_ONLY): Changed meaning of `v' parameter.
......
...@@ -51,8 +51,6 @@ static int assume_compiled PARAMS ((const char *)); ...@@ -51,8 +51,6 @@ static int assume_compiled PARAMS ((const char *));
static struct hash_entry *init_test_hash_newfunc PARAMS ((struct hash_entry *, static struct hash_entry *init_test_hash_newfunc PARAMS ((struct hash_entry *,
struct hash_table *, struct hash_table *,
hash_table_key)); hash_table_key));
static unsigned long decl_hash PARAMS ((hash_table_key));
static boolean decl_compare PARAMS ((hash_table_key, hash_table_key));
static rtx registerClass_libfunc; static rtx registerClass_libfunc;
......
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