ReadStream.st
changeset 18187 8812f096e7c4
parent 17612 368b5e4da6c9
child 18192 32a7c53ef4d0
child 18266 d2e1d1f33fae
--- a/ReadStream.st	Tue Apr 07 12:21:55 2015 +0200
+++ b/ReadStream.st	Tue Apr 07 12:22:50 2015 +0200
@@ -30,10 +30,6 @@
 #include <stdlib.h>
 #include <string.h>
 #include <memory.h>
-#ifdef __osx__
-// missing definition ?
-extern void *memchr( void *, int, size_t);
-#endif
 
 %}
 ! !
@@ -913,10 +909,10 @@
 !ReadStream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ReadStream.st,v 1.81 2015-03-12 19:25:11 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ReadStream.st,v 1.82 2015-04-07 10:22:50 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/ReadStream.st,v 1.81 2015-03-12 19:25:11 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ReadStream.st,v 1.82 2015-04-07 10:22:50 cg Exp $'
 ! !