diff src/symtab.cc @ 395:ee3da0884aaa

[project @ 1994-03-24 09:23:18 by jwe]
author jwe
date Thu, 24 Mar 1994 09:25:58 +0000
parents 4cf3c7df0e3d
children 393e95f46b51
line wrap: on
line diff
--- a/src/symtab.cc	Thu Mar 24 09:19:09 1994 +0000
+++ b/src/symtab.cc	Thu Mar 24 09:25:58 1994 +0000
@@ -627,6 +627,9 @@
 {
   context.push (definition);
   definition = (symbol_def *) NULL;
+
+  global_link_context.push ((unsigned) linked_to_global);
+  linked_to_global = 0;
 }
 
 void
@@ -647,6 +650,7 @@
     }
 
   definition = context.pop ();
+  linked_to_global = global_link_context.pop ();
 }
 
 int