OSDN Git Service

Need to be able to store a string.
authorSimon Forman <sforman@hushmail.com>
Thu, 2 Feb 2023 02:37:10 +0000 (18:37 -0800)
committerSimon Forman <sforman@hushmail.com>
Thu, 2 Feb 2023 02:37:10 +0000 (18:37 -0800)
implementations/C/joy.c

index 76be4d1..32b70f1 100644 (file)
@@ -17,6 +17,7 @@ struct JoyType {
                int boolean;
                mpz_t i;
                struct list_node* el;
+               char *symbol;
        } value;
 } name ;