diff options
author | John Hodge <tpg@mutabah.net> | 2018-08-01 18:21:01 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2018-08-01 18:21:01 +0800 |
commit | a88d64cbbaeaeb2725259f318f7758ae7a7a91b0 (patch) | |
tree | 8150a7e15b1de59edefc2bdfcae0a121ea811ce8 /src/include | |
parent | c971a6fa8375598ecf9c99ee6b086e8cf957f568 (diff) | |
download | mrust-a88d64cbbaeaeb2725259f318f7758ae7a7a91b0.tar.gz |
HIR - Conversion and typecheck fixes for 1.29
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/target_version.hpp | 11 |
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 |