Author: coke
Date: Sun Mar 19 08:15:45 2006
New Revision: 11939
Modified:
trunk/languages/punie/lib/PunieGrammar.pir
Log:
go very slightly faster
Modified: trunk/languages/punie/lib/PunieGrammar.pir
==============================================================================
--- trunk/languages/punie/lib/PunieGrammar.pir (original)
+++ trunk/languages/punie/lib/PunieGrammar.pir Sun Mar 19 08:15:45 2006
@@ -39,7 +39,7 @@
.sub _load :load
load_bytecode 'PGE.pbc'
- load_bytecode 'PGE/Text.pir'
+ load_bytecode 'PGE/Text.pbc'
$P0 = getclass 'PGE::Rule'
$P1 = subclass $P0, 'PunieGrammar'