[svn:parrot] r41359 - trunk/examples/pir

darbelo at svn.parrot.org darbelo at svn.parrot.org
Sat Sep 19 08:41:36 UTC 2009


Author: darbelo
Date: Sat Sep 19 08:41:36 2009
New Revision: 41359
URL: https://trac.parrot.org/parrot/changeset/41359

Log:
Make make_hello_pbc.pir pass codetests.

Modified:
   trunk/examples/pir/make_hello_pbc.pir

Modified: trunk/examples/pir/make_hello_pbc.pir
==============================================================================
--- trunk/examples/pir/make_hello_pbc.pir	Sat Sep 19 08:33:06 2009	(r41358)
+++ trunk/examples/pir/make_hello_pbc.pir	Sat Sep 19 08:41:36 2009	(r41359)
@@ -1,3 +1,5 @@
+#Copyright (C) 2009, Parrot Foundation.
+#$Id$
 # Sample creating of "Hello World" program using Packfile PMCs.
 .sub 'main'
     .local pmc pf, pfdir, pffixup, pfbc, pfconst
@@ -89,4 +91,8 @@
 
 .end
 
-# vim: ft=pir
+# Local Variables:
+#   mode: pir
+#   fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4 ft=pir:


More information about the parrot-commits mailing list