aboutsummaryrefslogtreecommitdiff
path: root/gas/as.h
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1994-09-14 00:54:00 +0000
committerKen Raeburn <raeburn@cygnus>1994-09-14 00:54:00 +0000
commitb9419dd224b83893a4a88f7fd34c0b7ed630b451 (patch)
tree255101f3047179b5293612ae4b2f95069dc72b1b /gas/as.h
parent39836432f8cf5a210f3ec4d577f7b4cadcf283ac (diff)
downloadgdb-b9419dd224b83893a4a88f7fd34c0b7ed630b451.zip
gdb-b9419dd224b83893a4a88f7fd34c0b7ed630b451.tar.gz
gdb-b9419dd224b83893a4a88f7fd34c0b7ed630b451.tar.bz2
Do unlink/delete test properly.
Replace HO_VMS tests with VMS.
Diffstat (limited to 'gas/as.h')
-rw-r--r--gas/as.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/as.h b/gas/as.h
index f51a210..5c22488 100644
--- a/gas/as.h
+++ b/gas/as.h
@@ -134,7 +134,8 @@ extern PTR realloc ();
extern void free ();
#endif
-#ifdef USE_DELETE_FOR_UNLINK
+/* This is needed for VMS. */
+#if ! defined (HAVE_UNLINK) && defined (HAVE_DELETE)
#define unlink delete
#endif