diff options
| author | 2023-06-15 12:46:28 +0200 | |
|---|---|---|
| committer | 2023-06-15 12:46:28 +0200 | |
| commit | 85fed148fd68c5e621353dfcf07351f66b290ce3 (patch) | |
| tree | 2f43a3554c0a90fab703ddae4e377b4e3cb2beed /c.c | |
| parent | da8246e054a8bed6d918cb74dfe476976d1c99af (diff) | |
less memset
Diffstat (limited to 'c.c')
| -rw-r--r-- | c.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,5 +1,4 @@ #include "parse.h" -#include "common.h" #include "ir.h" static struct arena *tlarena; |