[svn:parrot] r47749 - trunk/editor

whiteknight at svn.parrot.org whiteknight at svn.parrot.org
Tue Jun 22 00:12:14 UTC 2010


Author: whiteknight
Date: Tue Jun 22 00:12:13 2010
New Revision: 47749
URL: https://trac.parrot.org/parrot/changeset/47749

Log:
[editor] Fix TT#1687. Patch courtesy kthakore++

Modified:
   trunk/editor/mk_skeleton.pir

Modified: trunk/editor/mk_skeleton.pir
==============================================================================
--- trunk/editor/mk_skeleton.pir	Tue Jun 22 00:07:46 2010	(r47748)
+++ trunk/editor/mk_skeleton.pir	Tue Jun 22 00:12:13 2010	(r47749)
@@ -4,6 +4,7 @@
 # Generate a skeleton PIR file that adheres to parrot developer standards.
 # intended for people who hack on parrot itself, not users of parrot.
 
+.loadlib 'sys_ops'
 .include 'tm.pasm'
 
 .sub 'main' :main


More information about the parrot-commits mailing list