[svn:parrot] r37969 - in trunk: compilers/pct/src/POST src/pmc
Infinoid at svn.parrot.org
Infinoid at svn.parrot.org
Tue Apr 7 23:57:18 UTC 2009
Author: Infinoid
Date: Tue Apr 7 23:57:16 2009
New Revision: 37969
URL: https://trac.parrot.org/parrot/changeset/37969
Log:
[cage] Fix trailing whitespace.
Modified:
trunk/compilers/pct/src/POST/Compiler.pir
trunk/src/pmc/codestring.pmc
Modified: trunk/compilers/pct/src/POST/Compiler.pir
==============================================================================
--- trunk/compilers/pct/src/POST/Compiler.pir Tue Apr 7 22:33:51 2009 (r37968)
+++ trunk/compilers/pct/src/POST/Compiler.pir Tue Apr 7 23:57:16 2009 (r37969)
@@ -287,7 +287,7 @@
outerpir = find_caller_lex '$CODE'
outerpir .= subpir
outerpir .= innerpir
-
+
set_global '$?NAMESPACE', outerns
set_global '$?HLL', outerhll
.end
Modified: trunk/src/pmc/codestring.pmc
==============================================================================
--- trunk/src/pmc/codestring.pmc Tue Apr 7 22:33:51 2009 (r37968)
+++ trunk/src/pmc/codestring.pmc Tue Apr 7 23:57:16 2009 (r37969)
@@ -153,7 +153,7 @@
}
RETURN(INTVAL line);
}
-
+
/*
More information about the parrot-commits
mailing list