mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
touchup comment
This commit is contained in:
parent
0436b9f482
commit
4b7b8a58a1
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ typedef struct var_s {
|
|||
double number;
|
||||
char *string;
|
||||
union {
|
||||
int aidx; /* func arg index (on compilation stage) */
|
||||
int aidx; /* func arg idx (for compilation stage) */
|
||||
struct xhash_s *array; /* array ptr */
|
||||
struct var_s *parent; /* for func args, ptr to actual parameter */
|
||||
char **walker; /* list of array elements (for..in) */
|
||||
|
|
|
|||
Loading…
Reference in a new issue