diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-01-07 10:48:49 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-01-07 10:48:49 +0000 |
commit | 4b0dd31c9f7606f6675a462320e047b56ad7412c (patch) | |
tree | 3b9ab15f71a67a73f362700d3af58f3881926a47 /gas/hex-value.c | |
parent | 6218894f95612e7355412334080922e735063da6 (diff) | |
download | gdb-4b0dd31c9f7606f6675a462320e047b56ad7412c.zip gdb-4b0dd31c9f7606f6675a462320e047b56ad7412c.tar.gz gdb-4b0dd31c9f7606f6675a462320e047b56ad7412c.tar.bz2 |
Lots of changes from Eric Youngdale, mostly for VAX and VMS support.
Also, fix another goof in read.c, which caused ".data" not to work...
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 2c05a83..30a1fc5 100644 --- a/gas/hex-value.c +++ b/gas/hex-value.c @@ -49,7 +49,7 @@ const char __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __ }; -#ifdef VMS +#ifdef HO_VMS dummy2 () { } |