Need to be able to store a string.
This commit is contained in:
parent
66cbbac1cc
commit
8ae9851c0f
|
|
@ -17,6 +17,7 @@ struct JoyType {
|
||||||
int boolean;
|
int boolean;
|
||||||
mpz_t i;
|
mpz_t i;
|
||||||
struct list_node* el;
|
struct list_node* el;
|
||||||
|
char *symbol;
|
||||||
} value;
|
} value;
|
||||||
} name ;
|
} name ;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue