OSDN Git Service

CLIX patch from Thomas Dickey via urs@akk.uni-karlsruhe.de (Urs Janssen).
[pf3gnuchains/gcc-fork.git] / gcc / gcov.c
index 86107ac..fe9dce8 100644 (file)
@@ -1,7 +1,6 @@
 /* Gcov.c: prepend line execution counts and branch probabilities to a
    source file.
-   Copyright (C) 1990, 1991, 1992, 1993, 1994, 1996, 1997 Free Software
-   Foundation, Inc.
+   Copyright (C) 1990, 91, 92, 93, 94, 96, 1997 Free Software Foundation, Inc.
    Contributed by James E. Wilson of Cygnus Support.
    Mongled by Bob Manson of Cygnus Support.
 
@@ -252,7 +251,7 @@ xmalloc (size)
   if (value == 0)
     {
       fprintf (stderr, "error: virtual memory exhausted");
-      exit (1);
+      exit (FATAL_EXIT_CODE);
     }
   return value;
 }