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

From-SVN: r3486
This commit is contained in:
Richard Stallman 1993-02-18 23:44:20 +00:00
parent b1285ef4fa
commit ca67f8689b
1 changed files with 4 additions and 0 deletions

View File

@ -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