* haifa-sched.c (queue_to_ready): Fix typo in prototype.
authorRichard Henderson <rth@cygnus.com>
Sun, 19 Apr 1998 02:45:34 +0000 (19:45 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sun, 19 Apr 1998 02:45:34 +0000 (19:45 -0700)
From-SVN: r19293

gcc/ChangeLog
gcc/haifa-sched.c

index ef5f50e2ff7c70f4ceda2e8ef937d24815974781..140e019115afad35cc3bd8c64b411c7245e90ae9 100644 (file)
@@ -1,3 +1,7 @@
+Sun Apr 19 02:42:06 1998  Richard Henderson  <rth@cygnus.com>
+
+       * haifa-sched.c (queue_to_ready): Fix typo in prototype.
+
 Sat Apr 18 23:52:35 PDT 1998 Jeff Law  (law@cygnus.com)
 
        * version.c: Bump for snapshot.
index 5ca158728ea26abd73448696f99095f0353e0d18..8d220f04ee32055e95798869217b28b5e1c3b3e2 100644 (file)
@@ -761,7 +761,7 @@ static void get_block_head_tail PROTO ((int, rtx *, rtx *));
 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 (());