touchup comment
This commit is contained in:
@ -45,7 +45,7 @@ typedef struct var_s {
|
|||||||
double number;
|
double number;
|
||||||
char *string;
|
char *string;
|
||||||
union {
|
union {
|
||||||
int aidx; /* func arg index (on compilation stage) */
|
int aidx; /* func arg idx (for compilation stage) */
|
||||||
struct xhash_s *array; /* array ptr */
|
struct xhash_s *array; /* array ptr */
|
||||||
struct var_s *parent; /* for func args, ptr to actual parameter */
|
struct var_s *parent; /* for func args, ptr to actual parameter */
|
||||||
char **walker; /* list of array elements (for..in) */
|
char **walker; /* list of array elements (for..in) */
|
||||||
|
Reference in New Issue
Block a user