diff options
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 |