diff options
| author | 2022-08-18 17:39:25 +0200 | |
|---|---|---|
| committer | 2022-08-18 17:39:25 +0200 | |
| commit | 9c485da5e1d955031fa2a3654bfc2ef814898167 (patch) | |
| tree | 44e841ced0479d5ec82cca28733413784eedf52c /bootstrap/all.h | |
| parent | f0214ff61b5a94b9629db6f43d7a5b010bd4ffbc (diff) | |
lots of goodnes
Diffstat (limited to 'bootstrap/all.h')
| -rw-r--r-- | bootstrap/all.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap/all.h b/bootstrap/all.h index bebdaf5..34bab40 100644 --- a/bootstrap/all.h +++ b/bootstrap/all.h @@ -210,6 +210,7 @@ struct type { }; // for cgen.c hack (mutated later, not hashed or involved in equality) const char *_cname; + bool _defined; }; struct fnparam { |