diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-09-14 00:54:00 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-09-14 00:54:00 +0000 |
commit | b9419dd224b83893a4a88f7fd34c0b7ed630b451 (patch) | |
tree | 255101f3047179b5293612ae4b2f95069dc72b1b /gas/hex-value.c | |
parent | 39836432f8cf5a210f3ec4d577f7b4cadcf283ac (diff) | |
download | gdb-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/hex-value.c')
-rw-r--r-- | gas/hex-value.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/hex-value.c b/gas/hex-value.c index a808377..114641b 100644 --- a/gas/hex-value.c +++ b/gas/hex-value.c @@ -52,7 +52,7 @@ const char __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __ }; -#ifdef HO_VMS +#ifdef VMS dummy2 () { } |