Update core library with cstring

This commit is contained in:
gingerBill
2018-02-28 11:44:41 +00:00
parent ae9da0abfb
commit 9da05dd4cb
12 changed files with 154 additions and 144 deletions

View File

@@ -1083,6 +1083,8 @@ bool type_has_nil(Type *t) {
case Basic_rawptr:
case Basic_any:
return true;
case Basic_cstring:
return true;
}
return false;
} break;