Need to be able to store a string.
This commit is contained in:
@@ -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 ;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user