summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2018-08-01 18:21:01 +0800
committerJohn Hodge <tpg@mutabah.net>2018-08-01 18:21:01 +0800
commita88d64cbbaeaeb2725259f318f7758ae7a7a91b0 (patch)
tree8150a7e15b1de59edefc2bdfcae0a121ea811ce8 /src/include
parentc971a6fa8375598ecf9c99ee6b086e8cf957f568 (diff)
downloadmrust-a88d64cbbaeaeb2725259f318f7758ae7a7a91b0.tar.gz
HIR - Conversion and typecheck fixes for 1.29
Diffstat (limited to 'src/include')
-rw-r--r--src/include/target_version.hpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/include/target_version.hpp b/src/include/target_version.hpp
new file mode 100644
index 00000000..dddf69e4
--- /dev/null
+++ b/src/include/target_version.hpp
@@ -0,0 +1,11 @@
+/*
+ * MRustC - Rust Compiler
+ * - By John Hodge (Mutabah/thePowersGang)
+ *
+ * include/target_version.hpp
+ * - mrustc target lanuage version definitions
+ */
+#pragma once
+
+#define TARGETVER_1_19 true
+#define TARGETVER_1_29 true