compiler/PPCForwardNode.st
changeset 515 b5316ef15274
parent 452 9f4558b3be66
--- a/compiler/PPCForwardNode.st	Fri Jul 24 15:06:54 2015 +0100
+++ b/compiler/PPCForwardNode.st	Mon Aug 17 12:13:16 2015 +0100
@@ -11,7 +11,12 @@
 
 !PPCForwardNode methodsFor:'accessing'!
 
-prefix
+child: node
+    "(node name asString beginsWith: 'symbol') ifTrue: [ self halt. ]."
+    ^ super child: node
+!
+
+defaultName
     ^ #fw
 ! !