Safety commit

This commit is contained in:
Mid
2024-11-20 16:36:17 +02:00
parent 07f6d57aba
commit ba6f9fb6c1
16 changed files with 708 additions and 317 deletions

View File

@@ -3,6 +3,6 @@
#include"ast.h"
void cg_go(union AST*);
int cg_go(union AST*);
#endif