diff options
Diffstat (limited to 'gcc/recog.c')
-rw-r--r-- | gcc/recog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/recog.c b/gcc/recog.c index 224df47..d81ae5b 100644 --- a/gcc/recog.c +++ b/gcc/recog.c @@ -297,7 +297,7 @@ num_changes_pending (void) /* Tentatively apply the changes numbered NUM and up. Return 1 if all changes are valid, zero otherwise. */ -int +static int verify_changes (int num) { int i; |