aboutsummaryrefslogtreecommitdiff
path: root/gdb/mdebugread.c
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1995-10-20 01:43:31 +0000
committerStan Shebs <shebs@codesourcery.com>1995-10-20 01:43:31 +0000
commit9e4c931641a73ce95ed1f4295c7f022f74a8047a (patch)
tree50a88d4f0baf1f196fb38b9a37e62330be941d49 /gdb/mdebugread.c
parenta862098505dcd844188d3f590e7afe04f1d023fb (diff)
downloadfsf-binutils-gdb-9e4c931641a73ce95ed1f4295c7f022f74a8047a.zip
fsf-binutils-gdb-9e4c931641a73ce95ed1f4295c7f022f74a8047a.tar.gz
fsf-binutils-gdb-9e4c931641a73ce95ed1f4295c7f022f74a8047a.tar.bz2
* defs.h (SEEK_SET, SEEK_CUR): Add default definitions.
* dbxread.c, mdebugread.c, os9kread.c (SEEK_SET, SEEK_CUR): Remove default definitions.
Diffstat (limited to 'gdb/mdebugread.c')
-rw-r--r--gdb/mdebugread.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/mdebugread.c b/gdb/mdebugread.c
index 89d9d9e..0790a78 100644
--- a/gdb/mdebugread.c
+++ b/gdb/mdebugread.c
@@ -50,11 +50,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "stabsread.h"
#include "complaints.h"
-#if !defined (SEEK_SET)
-#define SEEK_SET 0
-#define SEEK_CUR 1
-#endif
-
/* These are needed if the tm.h file does not contain the necessary
mips specific definitions. */