diff options
Diffstat (limited to 'src/compiler/ast-tree.h')
-rw-r--r-- | src/compiler/ast-tree.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler/ast-tree.h b/src/compiler/ast-tree.h index dc62f1d..d2eaffd 100644 --- a/src/compiler/ast-tree.h +++ b/src/compiler/ast-tree.h @@ -483,3 +483,5 @@ AstTreeVariable *setTypesFindVariable(const char *name_begin, char *u8ArrayToCString(AstTree *tree); AstTree *makeStringType(); + +size_t getSizeOfType(AstTree *type); |