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;
|
||||
mpz_t i;
|
||||
struct list_node* el;
|
||||
char *symbol;
|
||||
} value;
|
||||
} name ;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue