diff src/lex.h @ 4930:bdb307dc8613

[project @ 2004-08-05 04:55:26 by jwe]
author jwe
date Thu, 05 Aug 2004 04:55:26 +0000
parents c7f9ea142fda
children b04b30d30c66
line wrap: on
line diff
--- a/src/lex.h	Tue Aug 03 20:45:34 2004 +0000
+++ b/src/lex.h	Thu Aug 05 04:55:26 2004 +0000
@@ -86,6 +86,9 @@
   // TRUE means we're in the middle of defining a function.
   bool defining_func;
 
+  // Nonzero means we are parsing a function handle.
+  int looking_at_function_handle;
+
   // TRUE means we're parsing the return list for a function.
   bool looking_at_return_list;