X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fvx-share%2FvxWorks.h;h=b02c66fab03a5e06f4617f69e74c597f220d14af;hb=45f07fef904eaea82751dab3fca4fd15fc4b1302;hp=483313e1f95d5da14ac7e1f7f63ca825bdb413be;hpb=dd3b648e8b12ceb7bfce66e7f179b671403aea9c;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/vx-share/vxWorks.h b/gdb/vx-share/vxWorks.h index 483313e1f9..b02c66fab0 100644 --- a/gdb/vx-share/vxWorks.h +++ b/gdb/vx-share/vxWorks.h @@ -1,6 +1,9 @@ /* vxWorks.h - VxWorks standard definitions header */ -/* Copyright 1984-1990 Wind River Systems, Inc. */ +/* Copyright 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1992, 1993 + Free Software Foundation, Inc. + + This code was donated by Wind River Systems, Inc. */ /* modification history @@ -43,10 +46,6 @@ modification history #ifndef INCvxWorksh #define INCvxWorksh -#if !defined(NULL) || (NULL!=0) -#define NULL 0 -#endif - #if !defined(EOF) || (EOF!=(-1)) #define EOF (-1) #endif @@ -159,10 +158,6 @@ modification history #define FOREVER for (;;) -#define max(x, y) (((x) < (y)) ? (y) : (x)) -#define min(x, y) (((x) < (y)) ? (x) : (y)) - - /* storage class specifier definitions */ #define FAST register