summaryrefslogtreecommitdiff
path: root/gcc/gcov.c
diff options
context:
space:
mode:
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>2004-08-30 15:52:09 +0000
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>2004-08-30 15:52:09 +0000
commit03b7130b9aa43ec8fbfbd2463c37797fcd1ab450 (patch)
treef7485dc2c31088e48c457cf49b8f1f236666d521 /gcc/gcov.c
parent2e818f508e564c53e9269ba6e3048c80f71be5a0 (diff)
downloadgcc-03b7130b9aa43ec8fbfbd2463c37797fcd1ab450.tar.gz
* gcov-io.c (GCOV_CHECK): Use gcc_assert when available.
* gcov.c (abort): Remove undef. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86781 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcov.c')
-rw-r--r--gcc/gcov.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/gcov.c b/gcc/gcov.c
index 0e6a6f8de49..83515967cdd 100644
--- a/gcc/gcov.c
+++ b/gcc/gcov.c
@@ -47,7 +47,6 @@ Boston, MA 02111-1307, USA. */
#include "tm.h"
#include "intl.h"
#include "version.h"
-#undef abort
#include <getopt.h>