Author: jonathan
Date: Mon Apr 9 13:17:37 2007
New Revision: 18067
Modified:
trunk/src/pmc/exporter.pmc
Log:
Remove a bogus return; that prevented proper context clearing in Exporter PMC.
Modified: trunk/src/pmc/exporter.pmc
==============================================================================
--- trunk/src/pmc/exporter.pmc (original)
+++ trunk/src/pmc/exporter.pmc Mon Apr 9 13:17:37 2007
@@ -317,7 +317,6 @@
ns_globals = exp->globals;
PCCINVOKE(interp, ns_src, "export_to", PMC *ns_dest, PMC *ns_globals);
- return;
}