|
|
| version 1.4, 2001/02/21 06:59:43 | version 1.5, 2001/02/21 07:31:41 |
|---|---|
| Line 22 enum lexical_state { | Line 22 enum lexical_state { |
| struct parse_control { | struct parse_control { |
| /* input */ | /* input */ |
| Pool *pool; | Pool *pool; |
| Exception *exception; | |
| #ifndef NO_CSTRING_ORIGIN | #ifndef NO_CSTRING_ORIGIN |
| char *source; | char *source; |
| char *file; | char *file; |
| Line 40 struct parse_control { | Line 39 struct parse_control { |
| /* output: Array * */ | /* output: Array * */ |
| Array *result; | Array *result; |
| char error[MAX_STRING]; | |
| }; | }; |
| /* New array // return empty array */ | /* New array // return empty array */ |