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/ast/ast.hpp | |
parent | c971a6fa8375598ecf9c99ee6b086e8cf957f568 (diff) | |
download | mrust-a88d64cbbaeaeb2725259f318f7758ae7a7a91b0.tar.gz |
HIR - Conversion and typecheck fixes for 1.29
Diffstat (limited to 'src/ast/ast.hpp')
-rw-r--r-- | src/ast/ast.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ast/ast.hpp b/src/ast/ast.hpp index 19f0c66b..f78d559f 100644 --- a/src/ast/ast.hpp +++ b/src/ast/ast.hpp @@ -8,8 +8,7 @@ #ifndef AST_HPP_INCLUDED #define AST_HPP_INCLUDED -#define TARGETVER_1_19 true -#define TARGETVER_1_29 true +#include <target_version.hpp> #include <string> #include <vector> |