*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 04 Apr 2013 23:34:15 +0200
changeset 6041 cd2da50a737c
parent 6040 b6242d3f275d
child 6042 6fa7b74861ca
*** empty log message ***
XWorkstation.st
--- a/XWorkstation.st	Tue Apr 02 18:06:11 2013 +0200
+++ b/XWorkstation.st	Thu Apr 04 23:34:15 2013 +0200
@@ -88,7 +88,7 @@
 
 #include <stdio.h>
 
-#if defined(OSX)
+#if defined(__osx__)
 # include <malloc/malloc.h>
 extern void *malloc();
 #else
@@ -12794,11 +12794,11 @@
 !XWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.563 2013-03-26 09:43:17 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.564 2013-04-04 21:34:15 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.563 2013-03-26 09:43:17 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.564 2013-04-04 21:34:15 cg Exp $'
 !
 
 version_SVN