[svn:parrot] r39161 - trunk/runtime/parrot/library

NotFound at svn.parrot.org NotFound at svn.parrot.org
Sun May 24 22:47:21 UTC 2009


Author: NotFound
Date: Sun May 24 22:47:20 2009
New Revision: 39161
URL: https://trac.parrot.org/parrot/changeset/39161

Log:
[cage] don't tell to include from library

Modified:
   trunk/runtime/parrot/library/JSON.pir

Modified: trunk/runtime/parrot/library/JSON.pir
==============================================================================
--- trunk/runtime/parrot/library/JSON.pir	Sun May 24 22:43:58 2009	(r39160)
+++ trunk/runtime/parrot/library/JSON.pir	Sun May 24 22:47:20 2009	(r39161)
@@ -9,7 +9,7 @@
 
 Use the C<_json> method to generate a JSON representation of a PMC.
 
- .include 'library/JSON.pir'
+ load_bytecode 'JSON.pir'
  $S0 = _json( $P0 )
 
 To generate a PMC from a JSON string, see L<compilers/json/JSON.pir>.


More information about the parrot-commits mailing list