diff options
| author | Carson Fleming <cflems@cflems.net> | 2026-03-27 10:30:10 -1000 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2026-03-27 10:30:10 -1000 |
| commit | fca3bf239cfdf03c4479f5d0c14a21c1fd96ea3e (patch) | |
| tree | 0618ad64a13e949ce9273098df724d8d25bdcb36 /scope.h | |
| parent | 21f688c1eac5fb09ae68fd9b3cfcff687de36601 (diff) | |
| download | ccc-fca3bf239cfdf03c4479f5d0c14a21c1fd96ea3e.tar.gz | |
woah we got variables
Diffstat (limited to 'scope.h')
| -rw-r--r-- | scope.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ struct scope { void scope_push(struct scope** p_scope); void scope_pop(struct scope** p_scope); +void scope_install_default_types(struct scope* scope); bool scope_get_type( const struct scope* scope, struct type_def* p_entry, |
