txlyre 4 小時之前
父節點
當前提交
d883660ef6
共有 1 個文件被更改,包括 3 次插入0 次删除
  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);