summaryrefslogtreecommitdiff
path: root/gcc/gen-protos.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gen-protos.c')
-rwxr-xr-xgcc/gen-protos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gen-protos.c b/gcc/gen-protos.c
index d950257..bf32605 100755
--- a/gcc/gen-protos.c
+++ b/gcc/gen-protos.c
@@ -212,5 +212,5 @@ fatal (s)
char *s;
{
fprintf (stderr, "%s: %s\n", "gen-protos", s);
- exit (FATAL_EXIT_CODE);
+ exit (EXIT_FAILURE);
}