diff options
author | Per Bothner <per@bothner.com> | 1992-10-15 22:15:14 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1992-10-15 22:15:14 +0000 |
commit | 1067cb773a6702487ccf321821ab8a1ecb52ab78 (patch) | |
tree | 0ae58e50ce6eb52d7ed1db3d58a48fb67316d50e /bfd/hosts/hp300.h | |
parent | 918c2f61e588e1974dd28c8b5eb19cf9abe184e0 (diff) | |
download | gdb-1067cb773a6702487ccf321821ab8a1ecb52ab78.zip gdb-1067cb773a6702487ccf321821ab8a1ecb52ab78.tar.gz gdb-1067cb773a6702487ccf321821ab8a1ecb52ab78.tar.bz2 |
* apollo68.h, apollov68.h, hp300.h, i386v.h, irix3.h: Remove
no-longer-used definitions of L_SET and L_INCR.
* i386linux.h: Tweaks to smooth Linux build.
Diffstat (limited to 'bfd/hosts/hp300.h')
-rw-r--r-- | bfd/hosts/hp300.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/bfd/hosts/hp300.h b/bfd/hosts/hp300.h index 9e5c4a3..629d832 100644 --- a/bfd/hosts/hp300.h +++ b/bfd/hosts/hp300.h @@ -37,18 +37,6 @@ rename(from, to) #include <string.h> #define index(s,c) strchr(s,c) #define rindex(s,c) strrchr(s,c) - -#ifdef SEEK_SET -# ifndef L_SET -# define L_SET SEEK_SET -# endif -# endif - -#ifdef SEEK_CUR -# ifndef L_INCR -# define L_INCR SEEK_CUR -# endif -# endif */ /* EXACT TYPES */ |