diff -r b5316ef15274 -r f6f68d32de73 compiler/PPCTokenConsumeNode.st --- 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 ! !