diff src/symtab.h @ 395:ee3da0884aaa

[project @ 1994-03-24 09:23:18 by jwe]
author jwe
date Thu, 24 Mar 1994 09:25:58 +0000
parents 0b52c68ec81f
children 393e95f46b51
line wrap: on
line diff
--- a/src/symtab.h	Thu Mar 24 09:19:09 1994 +0000
+++ b/src/symtab.h	Thu Mar 24 09:25:58 1994 +0000
@@ -192,7 +192,11 @@
   sv_Function sv_fcn;
   symbol_def *definition;
   symbol_record *next_elem;
+
+// This should maybe be one stack with a structure containing all the
+// items we need to save for recursive calls...
   SLStack <symbol_def *> context;
+  SLStack <unsigned> global_link_context;
 
   void init_state (void);