comparison 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
comparison
equal deleted inserted replaced
4929:585e9a8c2ef8 4930:bdb307dc8613
84 bool convert_spaces_to_comma; 84 bool convert_spaces_to_comma;
85 85
86 // TRUE means we're in the middle of defining a function. 86 // TRUE means we're in the middle of defining a function.
87 bool defining_func; 87 bool defining_func;
88 88
89 // Nonzero means we are parsing a function handle.
90 int looking_at_function_handle;
91
89 // TRUE means we're parsing the return list for a function. 92 // TRUE means we're parsing the return list for a function.
90 bool looking_at_return_list; 93 bool looking_at_return_list;
91 94
92 // TRUE means we're parsing the parameter list for a function. 95 // TRUE means we're parsing the parameter list for a function.
93 bool looking_at_parameter_list; 96 bool looking_at_parameter_list;