diff options
| author | gingerBill <bill@gingerbill.org> | 2018-05-28 20:59:06 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-05-28 20:59:06 +0100 |
| commit | 6eb505a6774ef1a801cd24e9adc75f1de738ca6e (patch) | |
| tree | 1a5502efd7e605bc8c461596c00da8406e509a15 /examples | |
| parent | 619783ca1ba783d1248297127fa8e5d0a097d7ba (diff) | |
Comment based build tags for packages (basic and temporary)
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 98b425fb1..e9cca65e1 100644 --- a/examples/demo/demo.odin +++ b/examples/demo/demo.odin @@ -735,7 +735,6 @@ deprecated_attribute :: proc() { // foo_v1(1); } - main :: proc() { when true { general_stuff(); @@ -752,3 +751,4 @@ main :: proc() { deprecated_attribute(); } } + |