PolymorphicInlineCache.st
changeset 20084 3ef7d1039a05
parent 18358 a81c233c6da4
child 20131 4118d61ddba0
--- a/PolymorphicInlineCache.st	Tue Jul 05 16:28:44 2016 +0200
+++ b/PolymorphicInlineCache.st	Wed Jul 06 11:49:59 2016 +0200
@@ -25,6 +25,8 @@
 "
 "{ Package: 'stx:libbasic' }"
 
+"{ NameSpace: Smalltalk }"
+
 Object subclass:#PolymorphicInlineCache
 	instanceVariableNames:'address numArgs'
 	classVariableNames:''
@@ -69,14 +71,14 @@
     used by the virtual machine.
 
     [author:]
-	Jan Vrany <jan.vrany@fit.cvut.cz>
-	Janb Kurs <kursjan@fit.cvut.cz>
+        Jan Vrany <jan.vrany@fit.cvut.cz>
+        Janb Kurs <kursjan@fit.cvut.cz>
 
     [instance variables:]
-	address     <ExternalAddress> a pointer to the VM inline cache structure.
-				    if the adress is NULL, then PolymorphicInlineCache
-				    is invalid.
-	numArgs    <SmallInteger> a number of arguments
+        address     <ExternalAddress> a pointer to the VM inline cache structure.
+                                    if the address is NULL, then PolymorphicInlineCache
+                                    is invalid.
+        numArgs    <SmallInteger> a number of arguments
     [class variables:]
 
     [see also:]
@@ -102,9 +104,10 @@
 !PolymorphicInlineCache class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/PolymorphicInlineCache.st,v 1.2 2015-05-17 23:57:27 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/PolymorphicInlineCache.st,v 1.2 2015-05-17 23:57:27 cg Exp $'
+    ^ '$Header$'
 ! !
+