diff options
Diffstat (limited to 'gcc/genrecog.c')
-rw-r--r-- | gcc/genrecog.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/genrecog.c b/gcc/genrecog.c index 6ea513c..5c1046a 100644 --- a/gcc/genrecog.c +++ b/gcc/genrecog.c @@ -191,10 +191,11 @@ static void change_state PROTO((char *, char *, int)); static char *copystr PROTO((char *)); static void mybzero PROTO((char *, unsigned)); static void mybcopy PROTO((char *, char *, unsigned)); -static void fatal PVPROTO((char *, ...)) ATTRIBUTE_PRINTF_1; +static void fatal PVPROTO((char *, ...)) + ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN; char *xrealloc PROTO((char *, unsigned)); char *xmalloc PROTO((unsigned)); -void fancy_abort PROTO((void)); +void fancy_abort PROTO((void)) ATTRIBUTE_NORETURN; /* Construct and return a sequence of decisions that will recognize INSN. |