FileStream.st
changeset 3980 8f9443e37693
parent 3971 aad506cdc5d9
child 4272 43808a0d0096
--- a/FileStream.st	Fri Feb 12 15:53:18 1999 +0100
+++ b/FileStream.st	Fri Feb 12 15:55:00 1999 +0100
@@ -19,21 +19,10 @@
 
 !FileStream primitiveDefinitions!
 %{
-#if defined(__openVMS__) || defined(LINUX)
-  /*
-   * mhmh - used in stdio ...
-   * (new linuxes)
-   */
-# undef __new
-# define __NEED_REDEF_new__
-#endif
 
 #include <stdio.h>
 #define _STDIO_H_INCLUDED_
 
-#ifdef __NEED_REDEF_new__
-# define __new  __STX___new
-#endif
 
 #include <errno.h>
 #define _ERRNO_H_INCLUDED_
@@ -1078,6 +1067,6 @@
 !FileStream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/FileStream.st,v 1.61 1999-02-09 11:26:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/FileStream.st,v 1.62 1999-02-12 14:54:56 cg Exp $'
 ! !
 FileStream initialize!