Pārlūkot izejas kodu

更新了.gitignore

Huan 5 gadi atpakaļ
vecāks
revīzija
a4e4facdc2
2 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 1 0
      .gitignore
  2. 2 0
      gwarf.c

+ 1 - 0
.gitignore

@@ -1,3 +1,4 @@
 .vscode
 gwarf
 *.log
+.exe

+ 2 - 0
gwarf.c

@@ -13,6 +13,8 @@
 #include "inter/tree.c"
 #include "inter/interpreter.c"
 
+extern FILE *debug, *status_log, *token_log, *token_info, *inter_info, *tree_info;
+
 void do_exit(void);
 void setup();