blob: dddf69e44c4f2707eb314f92484ae6a2365a6d30 (
plain)
1
2
3
4
5
6
7
8
9
10
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
|