aboutsummaryrefslogtreecommitdiff
path: root/include/compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/compiler.h')
-rw-r--r--include/compiler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/compiler.h b/include/compiler.h
index 69d0254..32a5eab 100644
--- a/include/compiler.h
+++ b/include/compiler.h
@@ -15,7 +15,7 @@
struct amal_compiler {
ScopedAllocator allocator;
ScopedAllocator main_thread_allocator;
- Buffer parsers;
+ Buffer/*<Parser*>*/ parsers;
Buffer queued_files;
ParserThreadData *threads;
int usable_thread_count;