diff options
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, |
