[svn:languages] r73 - lolcode/trunk/src/parser

fperrad at svn.parrot.org fperrad at svn.parrot.org
Tue Jul 14 08:08:42 UTC 2009


Author: fperrad
Date: Tue Jul 14 08:08:41 2009
New Revision: 73
URL: https://trac.parrot.org/languages/changeset/73

Log:
[LOLCODE] fix against https://trac.parrot.org/parrot/changeset/40072

Modified:
   lolcode/trunk/src/parser/yarn_literal.pir

Modified: lolcode/trunk/src/parser/yarn_literal.pir
==============================================================================
--- lolcode/trunk/src/parser/yarn_literal.pir	Wed Jun 17 08:45:04 2009	(r72)
+++ lolcode/trunk/src/parser/yarn_literal.pir	Tue Jul 14 08:08:41 2009	(r73)
@@ -81,7 +81,7 @@
 
   literal_end:
     mob.'to'(pos)
-    mob.'result_object'(literal)
+    mob.'!make'(literal)
     .return (mob)
 
   fail:


More information about the parrot-commits mailing list