comparison src/lex.h @ 2745:76411ce43c05

[project @ 1997-02-26 07:52:14 by jwe]
author jwe
date Wed, 26 Feb 1997 07:52:17 +0000
parents d68119516779
children 2c0f259cf83d
comparison
equal deleted inserted replaced
2744:b1474687fb83 2745:76411ce43c05
135 int convert_spaces_to_comma; 135 int convert_spaces_to_comma;
136 136
137 // Nonzero means we're in the middle of defining a function. 137 // Nonzero means we're in the middle of defining a function.
138 int defining_func; 138 int defining_func;
139 139
140 // Nonzero means we're parsing the return list for a function.
141 int looking_at_return_list;
142
143 // Nonzero means we're parsing the parameter list for a function.
144 int looking_at_parameter_list;
145
140 // GAG. Stupid kludge so that [[1,2][3,4]] will work. 146 // GAG. Stupid kludge so that [[1,2][3,4]] will work.
141 int do_comma_insert; 147 int do_comma_insert;
142 148
143 // Nonzero means we think we are looking at a set command. 149 // Nonzero means we think we are looking at a set command.
144 int doing_set; 150 int doing_set;