summaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/types.h b/types.h
index 97042de..e7a1503 100644
--- a/types.h
+++ b/types.h
@@ -917,6 +917,7 @@ typedef struct Typer {
typedef struct Exporter {
FILE *out; /* .top (toc package) to output to */
bool started;
+ bool export_all_ident_names; /* export every identifier's name, not just the important ones */
U64 ident_id;
File exporting_to;
U32 nexported_structs;