From 9e4c931641a73ce95ed1f4295c7f022f74a8047a Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Fri, 20 Oct 1995 01:43:31 +0000 Subject: * defs.h (SEEK_SET, SEEK_CUR): Add default definitions. * dbxread.c, mdebugread.c, os9kread.c (SEEK_SET, SEEK_CUR): Remove default definitions. --- gdb/mdebugread.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gdb/mdebugread.c') 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. */ -- cgit v1.1