FileStream.st
changeset 14644 e5f19ef20dcd
parent 14635 aa0d74813208
child 14847 099701a60f22
child 18011 deb0c3355881
--- a/FileStream.st	Thu Jan 10 12:34:14 2013 +0100
+++ b/FileStream.st	Thu Jan 10 12:43:30 2013 +0100
@@ -156,8 +156,8 @@
 #  define Character __DEF_Character
 # endif
 
-# define INT  int
-# define UINT uint
+# define INT  STX_INT
+# define UINT STX_UINT
 
 # if 0
 # ifndef DO_WRAP_CALLS
@@ -1705,11 +1705,11 @@
 !FileStream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/FileStream.st,v 1.151 2013-01-09 11:01:27 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/FileStream.st,v 1.152 2013-01-10 11:43:30 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/FileStream.st,v 1.151 2013-01-09 11:01:27 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/FileStream.st,v 1.152 2013-01-10 11:43:30 cg Exp $'
 ! !
 
 FileStream initialize!