* haifa-sched.c (queue_to_ready): Fix typo in prototype.

From-SVN: r19293
This commit is contained in:
Richard Henderson 1998-04-18 19:45:34 -07:00 committed by Richard Henderson
parent 399cc1480c
commit c6a754f2d7
2 changed files with 5 additions and 1 deletions

View 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.

View 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 (());