compiler/PPCTokenConsumeNode.st
changeset 524 f6f68d32de73
parent 515 b5316ef15274
--- a/compiler/PPCTokenConsumeNode.st	Mon Aug 17 12:13:16 2015 +0100
+++ b/compiler/PPCTokenConsumeNode.st	Mon Aug 24 15:34:14 2015 +0100
@@ -25,12 +25,15 @@
 
 nextFsa: aPEGFsa
     self propertyAt: #nextFsa put: aPEGFsa
+!
+
+suffix
+    ^ nil
 ! !
 
 !PPCTokenConsumeNode methodsFor:'as yet unclassified'!
 
 markForInline
-    self error: 'current infrastructure does not allow for this!!'.
     ^ super markForInline
 ! !