diff src/pt-stmt.h @ 3707:58140935c812

[project @ 2000-07-28 09:40:52 by jwe]
author jwe
date Fri, 28 Jul 2000 09:40:54 +0000
parents 0689afb1d001
children bf6116ca10eb
line wrap: on
line diff
--- a/src/pt-stmt.h
+++ b/src/pt-stmt.h
@@ -146,6 +146,9 @@
   tree_statement_list& operator = (const tree_statement_list&);
 };
 
+// Pointer to the current statement being executed.
+extern tree_statement *curr_statement;
+
 #endif
 
 /*