GLXWorkstation.st
changeset 2449 5fdfb68d0bcc
parent 2422 6bffcb4c8360
child 2768 57079243282f
--- a/GLXWorkstation.st	Thu Feb 11 19:16:28 1999 +0100
+++ b/GLXWorkstation.st	Fri Feb 12 15:58:50 1999 +0100
@@ -66,14 +66,6 @@
 #undef True
 #undef False
 
-#if defined(__openVMS__) || defined(LINUX)
-  /*
-   * mhmh - used in stdio ...
-   * (new linuxes)
-   */
-# undef __new
-# define __NEED_REDEF_new__
-#endif
 
 #ifdef __VMS__
 # include "vms_Xnames.h"
@@ -125,9 +117,6 @@
 # define NULL (char *)0         /* sigh */
 #endif
 
-#ifdef __NEED_REDEF_new__
-# define __new  __STX___new
-#endif
 
 typedef enum {
     GLXcolorIndexSingleBuffer,
@@ -8805,5 +8794,5 @@
 !GLXWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/GLXWorkstation.st,v 1.73 1999-01-15 21:33:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/GLXWorkstation.st,v 1.74 1999-02-12 14:58:48 cg Exp $'
 ! !