aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcov.c
diff options
context:
space:
mode:
authorMumit Khan <khan@xraylith.wisc.edu>2000-01-07 00:16:51 +0000
committerMumit Khan <khan@gcc.gnu.org>2000-01-07 00:16:51 +0000
commitd5b6516da59be3d5c0481f7982a2f7deb0e398bb (patch)
tree76c2e81cb4ecf30110d84cedbc8ba3f93ead30be /gcc/gcov.c
parent44545f2790236cd08166d65185dc9ad879b9fef0 (diff)
downloadgcc-d5b6516da59be3d5c0481f7982a2f7deb0e398bb.zip
gcc-d5b6516da59be3d5c0481f7982a2f7deb0e398bb.tar.gz
gcc-d5b6516da59be3d5c0481f7982a2f7deb0e398bb.tar.bz2
cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and IS_DIR_SEPARATOR macros.
2000-01-06 Mumit Khan <khan@xraylith.wisc.edu> * cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and IS_DIR_SEPARATOR macros. * collect2.c: Likewise. * cppinit.c: Likewise. * dwarf2out.c: Likewise. * gcc.c: Likewise. * gcov.c: Likewise. * prefix.c: Likewise. * rtl.c: Likewise. * toplev.c: Likewise. * system.h: And move to here. From-SVN: r31264
Diffstat (limited to 'gcc/gcov.c')
-rw-r--r--gcc/gcov.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/gcov.c b/gcc/gcov.c
index 46e0c43..5dbd4a468 100644
--- a/gcc/gcov.c
+++ b/gcc/gcov.c
@@ -281,10 +281,6 @@ fnotice VPROTO ((FILE *file, const char *msgid, ...))
va_end (ap);
}
-#ifndef DIR_SEPARATOR
-#define DIR_SEPARATOR '/'
-#endif
-
/* More 'friendly' abort that prints the line and file.
config.h can #define abort fancy_abort if you like that sort of thing. */
extern void fancy_abort PROTO ((void)) ATTRIBUTE_NORETURN;