diff options
| author | Ginger Bill <bill@gingerbill.org> | 2017-01-08 20:24:12 +0000 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2017-01-08 20:24:12 +0000 |
| commit | ff473e83425c74bae2cee4c9d68435c7b346533e (patch) | |
| tree | 746fbe47711e1d00ef09214136e53f2a140b9241 /src/entity.c | |
| parent | 659e5359b2399927ffdd44d441d41a8a6e96228a (diff) | |
"Old style" enums
name and value information
`count`, `min_value`, `max_value` constants
Diffstat (limited to 'src/entity.c')
| -rw-r--r-- | src/entity.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/entity.c b/src/entity.c index 17fb70e06..a35c68d08 100644 --- a/src/entity.c +++ b/src/entity.c @@ -85,9 +85,6 @@ struct Entity { }; -Entity *e_iota = NULL; - - Entity *alloc_entity(gbAllocator a, EntityKind kind, Scope *scope, Token token, Type *type) { Entity *entity = gb_alloc_item(a, Entity); entity->kind = kind; |