2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
[deliverable/binutils-gdb.git] / gdb / vx-share / vxWorks.h
index 483313e1f95d5da14ac7e1f7f63ca825bdb413be..b02c66fab03a5e06f4617f69e74c597f220d14af 100644 (file)
@@ -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
This page took 0.036463 seconds and 4 git commands to generate.