Commit ca67f868 by Richard Stallman

(program): After extdefs, pop any unpopped binding lvls.

From-SVN: r3486
parent b1285ef4
......@@ -256,6 +256,10 @@ end ifobjc
}
| extdefs
{
/* In case there were missing closebraces,
get us back to the global binding level. */
while (! global_bindings_p ())
poplevel (0, 0, 0);
ifobjc
objc_finish ();
end ifobjc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment