compiler/PPCStarAnyNode.st
changeset 421 7e08b31e0dae
parent 392 9b297f0d949c
child 422 116d2b2af905
--- a/compiler/PPCStarAnyNode.st	Wed Nov 19 10:52:37 2014 +0000
+++ b/compiler/PPCStarAnyNode.st	Mon Nov 24 00:09:23 2014 +0000
@@ -1,6 +1,6 @@
 "{ Package: 'stx:goodies/petitparser/compiler' }"
 
-PPCNode subclass:#PPCStarAnyNode
+PPCStarNode subclass:#PPCStarAnyNode
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
@@ -29,5 +29,9 @@
 
 prefix
 	^ #starAny
+!
+
+rewrite: changeStatus
+	"Nothing TODO"
 ! !