compiler/PPCCompiledMethod.st
changeset 438 20598d7ce9fa
parent 422 116d2b2af905
child 452 9f4558b3be66
--- a/compiler/PPCCompiledMethod.st	Tue Apr 21 17:20:11 2015 +0100
+++ b/compiler/PPCCompiledMethod.st	Thu Apr 30 23:43:14 2015 +0200
@@ -3,12 +3,13 @@
 "{ NameSpace: Smalltalk }"
 
 Object subclass:#PPCCompiledMethod
-	instanceVariableNames:'code id'
+	instanceVariableNames:'id'
 	classVariableNames:''
 	poolDictionaries:''
 	category:'PetitCompiler-Core'
 !
 
+
 !PPCCompiledMethod methodsFor:'as yet unclassified'!
 
 call
@@ -23,3 +24,9 @@
 	^ id
 ! !
 
+!PPCCompiledMethod class methodsFor:'documentation'!
+
+version_MC
+    ^ 'PetitCompiler-JanVrany.stx.85 147209f0-e9c3-11e4-944c-606720e43e2c 2015-04-23T15:14:39+01 JanVrany'
+! !
+