diff src/lex.h @ 7336:745a8299c2b5

[project @ 2007-12-28 20:56:55 by jwe]
author jwe
date Fri, 28 Dec 2007 20:56:58 +0000
parents a1dbe9d80eee
children ae90e05ad299
line wrap: on
line diff
--- a/src/lex.h
+++ b/src/lex.h
@@ -119,6 +119,9 @@
   //  -1 ==> Yes, but it is the last one because we have seen EOF.
   int parsing_nested_function;
 
+  // TRUE means we are parsing a class method.
+  bool parsing_class_method;
+
   // Return transpose or start a string?
   bool quote_is_transpose;