summaryrefslogtreecommitdiff
path: root/src/coretypes.hpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2015-03-21 15:41:00 +0800
committerJohn Hodge <tpg@mutabah.net>2015-03-21 15:41:00 +0800
commit75205189d5e33a33193fa76a29f7518a9797299d (patch)
treee4ca2323a7bafbe53da289bb20b6ef24508ea387 /src/coretypes.hpp
parent6411b7c7d220ae9af5e54d0fdae66e4e44faf01f (diff)
downloadmrust-75205189d5e33a33193fa76a29f7518a9797299d.tar.gz
Move wildcard use to Path::resolve, add 'bool' type
Diffstat (limited to 'src/coretypes.hpp')
-rw-r--r--src/coretypes.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/coretypes.hpp b/src/coretypes.hpp
index 2982d42f..2fc11412 100644
--- a/src/coretypes.hpp
+++ b/src/coretypes.hpp
@@ -8,6 +8,7 @@ enum eCoreType
{
CORETYPE_INVAL,
CORETYPE_ANY,
+ CORETYPE_BOOL,
CORETYPE_CHAR,
CORETYPE_UINT, CORETYPE_INT,
CORETYPE_U8, CORETYPE_I8,