make each variable its own little stack frame. i am, howver, going to back all this stuff out because I'm getting it wrong in some subtle but segfaulty way

This commit is contained in:
Jez Higgins 2009-12-14 22:40:05 +00:00
parent 9eeb67aa3e
commit 5fa42997f4

View file

@ -37,6 +37,7 @@ public:
DOMSink sink;
{
RedirectOutputFrame redirect(context, sink);
StackFrame frame(context);
execute_children(node, context);
} //