diff options
| author | gingerBill <bill@gingerbill.org> | 2020-02-05 20:18:19 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2020-02-05 20:18:19 +0000 |
| commit | b555b0083a58856f661c63fb574722f1fc64fee9 (patch) | |
| tree | d75a315cd384bb939960bdbc7d7f3a7208c4610d /src/types.cpp | |
| parent | 0103cedad7b18d2f8ac2337fd4221e874eb2e1ca (diff) | |
Slowly add more statements and expressions; Add header file
Diffstat (limited to 'src/types.cpp')
| -rw-r--r-- | src/types.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/types.cpp b/src/types.cpp index a6f1e2ae5..fde8cd5a5 100644 --- a/src/types.cpp +++ b/src/types.cpp @@ -301,7 +301,6 @@ struct Type { i64 cached_size; i64 cached_align; u32 flags; // TypeFlag - LLVMTypeRef llvm_type; bool failure; }; |