parse.h (java_expand_switch): Remove old prototype.

2001-11-18  Roger Sayle <roger@eyesopen.com>

	* parse.h (java_expand_switch): Remove old prototype.

From-SVN: r47221
This commit is contained in:
Roger Sayle 2001-11-20 18:02:25 +00:00 committed by Tom Tromey
parent a6e50ecbf7
commit 9c2fcf0966
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-11-18 Roger Sayle <roger@eyesopen.com>
* parse.h (java_expand_switch): Remove old prototype.
2001-11-18 Tom Tromey <tromey@redhat.com>
Fix for PR java/1401:

View File

@ -924,7 +924,6 @@ void java_fix_constructors PARAMS ((void));
void java_layout_classes PARAMS ((void));
void java_reorder_fields PARAMS ((void));
tree java_method_add_stmt PARAMS ((tree, tree));
void java_expand_switch PARAMS ((tree));
int java_report_errors PARAMS ((void));
extern tree do_resolve_class PARAMS ((tree, tree, tree, tree));
#endif