compiler/PPCMethod.st
changeset 422 116d2b2af905
parent 414 0eaf09920532
child 438 20598d7ce9fa
--- a/compiler/PPCMethod.st	Mon Nov 24 00:09:23 2014 +0000
+++ b/compiler/PPCMethod.st	Wed Apr 15 11:28:09 2015 +0100
@@ -1,5 +1,7 @@
 "{ Package: 'stx:goodies/petitparser/compiler' }"
 
+"{ NameSpace: Smalltalk }"
+
 Object subclass:#PPCMethod
 	instanceVariableNames:'buffer variables indentation id profile canInline'
 	classVariableNames:''
@@ -8,7 +10,7 @@
 !
 
 
-!PPCMethod class methodsFor:'instance creation'!
+!PPCMethod class methodsFor:'as yet unclassified'!
 
 new
     "return an initialized instance"