OpenVMSOperatingSystem.st
changeset 8934 32a063645991
parent 8913 b9498d27a554
child 13778 8e34483d10dd
child 17711 39faaaf888b4
--- a/OpenVMSOperatingSystem.st	Wed Jul 13 14:50:41 2005 +0200
+++ b/OpenVMSOperatingSystem.st	Wed Jul 13 16:22:05 2005 +0200
@@ -7060,9 +7060,6 @@
     int ret;
     int count;
     int numFds = 0;
-#ifndef __isArrayLike
-# define __isArrayLike __isArray
-#endif
 
     if (__isSmallInteger(millis)) {
 	FD_ZERO(&rset);
@@ -7528,6 +7525,6 @@
 !OpenVMSOperatingSystem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/OpenVMSOperatingSystem.st,v 1.15 2005-07-08 17:15:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/OpenVMSOperatingSystem.st,v 1.16 2005-07-13 14:22:04 cg Exp $'
 ! !
 OpenVMSOperatingSystem initialize!