From b0340202d1d7cf28daee35b325dc65a7f19b631b Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Sat, 8 Apr 2000 05:06:29 +0000 Subject: * basic-block.h (conflict_graph_enum_fn): K&R fix. From-SVN: r33021 --- gcc/basic-block.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/basic-block.h') diff --git a/gcc/basic-block.h b/gcc/basic-block.h index e59c16e..1f98fa4 100644 --- a/gcc/basic-block.h +++ b/gcc/basic-block.h @@ -469,7 +469,7 @@ typedef struct conflict_graph_def *conflict_graph; /* Callback function when enumerating conflicts. The arguments are the smaller and larger regno in the conflict. Returns zero if enumeration is to continue, non-zero to halt enumeration. */ -typedef int (*conflict_graph_enum_fn) (int, int, void *); +typedef int (*conflict_graph_enum_fn) PARAMS ((int, int, void *)); /* Prototypes of operations on conflict graphs. */ -- cgit v1.1