txlyre il y a 3 semaines
Parent
commit
d883660ef6
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      qic.c

+ 3 - 0
qic.c

@@ -4961,6 +4961,9 @@ node_t *run_mexpr(node_t *node) {
   switch (node->tag) {
   case N_LITERAL:
     switch (node->t->tag) {
+    case T_NIL:
+      return NULL;
+      
     case T_NAME:
       return table_get(list_index(MVARS, -1), node->t->text);