[svn:parrot] r44823 - branches/ops_pct/compilers/opsc/src

mikehh at svn.parrot.org mikehh at svn.parrot.org
Tue Mar 9 22:14:05 UTC 2010


Author: mikehh
Date: Tue Mar  9 22:14:04 2010
New Revision: 44823
URL: https://trac.parrot.org/parrot/changeset/44823

Log:
remove trailing whitespace and fix copyright and Id

Modified:
   branches/ops_pct/compilers/opsc/src/builtins.pir

Modified: branches/ops_pct/compilers/opsc/src/builtins.pir
==============================================================================
--- branches/ops_pct/compilers/opsc/src/builtins.pir	Tue Mar  9 22:10:15 2010	(r44822)
+++ branches/ops_pct/compilers/opsc/src/builtins.pir	Tue Mar  9 22:14:04 2010	(r44823)
@@ -1,5 +1,6 @@
+#! parrot
+# Copyright (C) 2009-2010, Parrot Foundation.
 # $Id$
-# Copyright (C) 2009, Parrot Foundation.
 
 =head1 Builtins
 
@@ -54,7 +55,7 @@
     .local pmc recomp, resub, match, recache
 
     load_bytecode 'PGE.pbc'
-    
+
     #hash cache mapping patterns to subs, avoiding unneeded recompilation
     recache = get_hll_global ['Ops';'Op'], '%recache'
     $I0 = isnull recache


More information about the parrot-commits mailing list