class: SmallInteger
authorStefan Vogel <sv@exept.de>
Tue, 05 Feb 2013 17:01:31 +0100
changeset 14755 821ba902d413
parent 14754 f2511581c8a1
child 14756 d81b09ba6b83
class: SmallInteger #include <stdio.h>
SmallInteger.st
--- a/SmallInteger.st	Tue Feb 05 17:00:13 2013 +0100
+++ b/SmallInteger.st	Tue Feb 05 17:01:31 2013 +0100
@@ -18,6 +18,12 @@
 	category:'Magnitude-Numbers'
 !
 
+!SmallInteger primitiveDefinitions!
+%{
+#include <stdio.h>
+%}
+! !
+
 !SmallInteger class methodsFor:'documentation'!
 
 copyright
@@ -4157,9 +4163,10 @@
 !SmallInteger class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/SmallInteger.st,v 1.200 2013-01-23 18:03:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/SmallInteger.st,v 1.201 2013-02-05 16:01:31 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/SmallInteger.st,v 1.200 2013-01-23 18:03:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/SmallInteger.st,v 1.201 2013-02-05 16:01:31 stefan Exp $'
 ! !
+