diff src/variables.h @ 4245:610671be8792

[project @ 2002-12-28 04:02:31 by jwe]
author jwe
date Sat, 28 Dec 2002 04:02:31 +0000
parents e96f52432059
children 05973ead74eb
line wrap: on
line diff
--- a/src/variables.h	Sat Dec 28 02:00:05 2002 +0000
+++ b/src/variables.h	Sat Dec 28 04:02:31 2002 +0000
@@ -116,6 +116,9 @@
 // Symbol table for the current scope.
 extern symbol_table *curr_sym_tab;
 
+// Symbol table for the current caller scope.
+extern symbol_table *curr_caller_sym_tab;
+
 // Symbol table for global symbols.
 extern symbol_table *global_sym_tab;