diff src/parse.h @ 3489:cbee5fbb696d

[project @ 2000-01-28 09:14:32 by jwe]
author jwe
date Fri, 28 Jan 2000 09:14:34 +0000
parents 7c96e85c76db
children b80bbb43a1a9
line wrap: on
line diff
--- a/src/parse.h	Fri Jan 28 06:47:58 2000 +0000
+++ b/src/parse.h	Fri Jan 28 09:14:34 2000 +0000
@@ -69,6 +69,11 @@
 // the command line.
 extern bool input_from_command_line_file;
 
+// TRUE means that we are in the process of evaluating a function
+// body.  The parser might be called in that case if we are looking at
+// an eval() statement.
+extern bool evaluating_function_body;
+
 // TRUE means warn about function files that have time stamps in the future.
 extern bool Vwarn_future_time_stamp;