[svn:parrot] r46277 - trunk/runtime/parrot/library
fperrad at svn.parrot.org
fperrad at svn.parrot.org
Tue May 4 10:10:35 UTC 2010
Author: fperrad
Date: Tue May 4 10:10:35 2010
New Revision: 46277
URL: https://trac.parrot.org/parrot/changeset/46277
Log:
[osutils] OS is now a dynpmc, so load it (see TT#448)
Modified:
trunk/runtime/parrot/library/osutils.pir
Modified: trunk/runtime/parrot/library/osutils.pir
==============================================================================
--- trunk/runtime/parrot/library/osutils.pir Tue May 4 07:51:43 2010 (r46276)
+++ trunk/runtime/parrot/library/osutils.pir Tue May 4 10:10:35 2010 (r46277)
@@ -9,6 +9,12 @@
=over 4
+=cut
+
+.sub '' :init :load :anon
+ $P0 = loadlib 'os'
+.end
+
=item system
=cut
More information about the parrot-commits
mailing list