diff options
| author | gingerBill <bill@gingerbill.org> | 2020-03-08 12:34:36 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2020-03-08 12:34:36 +0000 |
| commit | 28502ba53b32a0e5eb9aa7d8c41424fa090ff7ef (patch) | |
| tree | 67938cb3b921e15179b65f437846de953cb2cdc8 /examples | |
| parent | 8dc74a004c7dcac3ed0d1fd0b218e7f8dd79efa6 (diff) | |
Fix `context` system; add more to -show-more-timings for LLVM API; Add `ODIN_USE_LLVM_API` global constant
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/demo/demo.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/demo/demo.odin b/examples/demo/demo.odin index ed39eba8d..4ef9b2a8c 100644 --- a/examples/demo/demo.odin +++ b/examples/demo/demo.odin @@ -1940,7 +1940,7 @@ main :: proc() { struct_type(); union_type(); using_statement(); - // implicit_context_system(); + implicit_context_system(); parametric_polymorphism(); array_programming(); map_type(); |