typo in haifa-sched.c 19980418 snapshot

Arvind Sankar arvind@cse.iitb.ernet.in
Sun Apr 19 10:52:00 GMT 1998


The following fixes a typo in the declaration of queue_to_ready in
haifa-sched.c:
--- haifa-sched.c.org	Sun Apr 19 23:22:08 1998
+++ haifa-sched.c	Sun Apr 19 23:23:11 1998
@@ -761,7 +761,7 @@
 static void find_pre_sched_live PROTO ((int));
 static void find_post_sched_live PROTO ((int));
 static void update_reg_usage PROTO ((void));
-static int queue_to_ready ((rtx [], int))
+static int queue_to_ready PROTO ((rtx [], int));
 
 void debug_ready_list PROTO ((rtx[], int));
 static void init_target_units PROTO (());

-- arvind



More information about the Gcc mailing list