aboutsummaryrefslogtreecommitdiff
path: root/src/all_types.hpp
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2017-04-18 13:57:57 -0400
committerAndrew Kelley <superjoe30@gmail.com>2017-04-18 14:04:48 -0400
commit237dfdbdc6f83071cff88489cc66cb83a2d65b00 (patch)
tree6aade70d5b9fa2ec5706dcd7c82e4c63822a6b2f /src/all_types.hpp
parent6f0f8a92ec7cf7eac8c05469a46398f47885614e (diff)
downloadzig-237dfdbdc6f83071cff88489cc66cb83a2d65b00.tar.gz
zig-237dfdbdc6f83071cff88489cc66cb83a2d65b00.zip
error when building exe with no entry point
closes #30
Diffstat (limited to 'src/all_types.hpp')
-rw-r--r--src/all_types.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/all_types.hpp b/src/all_types.hpp
index 80f17afdd4..8386050cae 100644
--- a/src/all_types.hpp
+++ b/src/all_types.hpp
@@ -1362,6 +1362,7 @@ struct CodeGen {
bool strip_debug_symbols;
bool want_h_file;
bool have_pub_main;
+ bool have_c_main;
bool have_pub_panic;
bool link_libc;
Buf *libc_lib_dir;