[svn:mod_parrot] r661 - mod_parrot/branches/configure-jeff/eg/pir
[email protected] Sat, 29 Aug 2009 11:31:35 -0700 (PDT)
| Newsgroups | perl.cvs.mod_parrot |
|---|---|
| Message-ID | <[email protected]> |
Author: jhorwitz
Date: Sat Aug 29 11:31:35 2009
New Revision: 661
Modified:
mod_parrot/branches/configure-jeff/eg/pir/interpinfo.pir
Log:
remove deprecated EXTENDED_PMCS interpinfo arg
Modified: mod_parrot/branches/configure-jeff/eg/pir/interpinfo.pir
==============================================================================
--- mod_parrot/branches/configure-jeff/eg/pir/interpinfo.pir (original)
+++ mod_parrot/branches/configure-jeff/eg/pir/interpinfo.pir Sat Aug 29 11:31:35 2009
@@ -98,10 +98,6 @@
$S0 = $I0
print_row(r, "GC_LAZY_MARK_RUNS", $S0)
- $I0 = interpinfo .INTERPINFO_EXTENDED_PMCS
- $S0 = $I0
- print_row(r, "EXTENDED_PMCS", $S0)
-
$S0 = interpinfo .INTERPINFO_RUNTIME_PREFIX
print_row(r, "RUNTIME_PREFIX", $S0)