summaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/types.h b/types.h
index 0b0fcbb..710faf8 100644
--- a/types.h
+++ b/types.h
@@ -1056,7 +1056,7 @@ typedef struct Typer {
ParsedFile *parsed_file;
Namespace *nms;
StrHashTable included_files; /* maps to IncludedFile */
- UsedExpr *used; /* things which are currently being `use`d */
+ UsedExpr *used; /* things which are currently being `use`d. dynamic array NOT on the allocator. */
} Typer;
typedef struct CGenerator {