touching up variable declaration handling in a class
This commit is contained in:
@ -532,13 +532,6 @@ struct hcl_compiler_t
|
||||
hcl_oow_t wcount; /* word count */
|
||||
} tv; /* temporary variables including arguments */
|
||||
|
||||
struct
|
||||
{
|
||||
hcl_oocs_t s; /* buffer */
|
||||
hcl_oow_t capa; /* bufer capacity */
|
||||
hcl_oow_t wcount; /* word count */
|
||||
} cv; /* class variables */
|
||||
|
||||
struct
|
||||
{
|
||||
hcl_ooi_t depth; /* signed because it starts with -1 */
|
||||
|
Reference in New Issue
Block a user