diff options
author | Mumit Khan <khan@xraylith.wisc.edu> | 2000-01-07 00:16:51 +0000 |
---|---|---|
committer | Mumit Khan <khan@gcc.gnu.org> | 2000-01-07 00:16:51 +0000 |
commit | d5b6516da59be3d5c0481f7982a2f7deb0e398bb (patch) | |
tree | 76c2e81cb4ecf30110d84cedbc8ba3f93ead30be /gcc/rtl.c | |
parent | 44545f2790236cd08166d65185dc9ad879b9fef0 (diff) | |
download | gcc-d5b6516da59be3d5c0481f7982a2f7deb0e398bb.tar.gz |
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/rtl.c')
-rw-r--r-- | gcc/rtl.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/rtl.c b/gcc/rtl.c index 554b9535b56..ad6c52d2321 100644 --- a/gcc/rtl.c +++ b/gcc/rtl.c @@ -32,10 +32,6 @@ Boston, MA 02111-1307, USA. */ #define obstack_chunk_alloc xmalloc #define obstack_chunk_free free -#ifndef DIR_SEPARATOR -#define DIR_SEPARATOR '/' -#endif - /* Obstack used for allocating RTL objects. Between functions, this is the permanent_obstack. While parsing and expanding a function, this is maybepermanent_obstack |