diff options
Diffstat (limited to 'gcc/flow.c')
-rw-r--r-- | gcc/flow.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -174,7 +174,7 @@ static int num_scratch; /* Indexed by n, giving various register information */ -reg_info *reg_n_info; +varray_type reg_n_info; /* Size of the reg_n_info table. */ |