compiler/extensions.st
changeset 464 f6d77fee9811
parent 459 4751c407bb40
child 472 72074e22bd61
child 502 1e45d3c96ec5
--- a/compiler/extensions.st	Tue May 12 01:24:03 2015 +0100
+++ b/compiler/extensions.st	Thu May 21 14:12:22 2015 +0100
@@ -399,9 +399,9 @@
 
 !PPParser methodsFor:'*petitcompiler'!
 
-compileLL1
+compileTokenizing
     | configuration |
-    configuration := PPCConfiguration LL1.
+    configuration := PPCConfiguration tokenizing.
     ^ self compileWithConfiguration: configuration
 ! !