diff options
author | Araq <rumpf_a@web.de> | 2013-05-18 10:12:01 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-05-18 10:12:01 +0200 |
commit | 46e564f9ee0055365d3a7a96724d2056e133e677 (patch) | |
tree | 4c8b24e0163851f46a7acf5ff52511a07fd0e36a /compiler/c2nim/tests/systest.c | |
parent | ce5a1365c2ef5c0031b90df01d5e5c0da839e008 (diff) | |
download | Nim-46e564f9ee0055365d3a7a96724d2056e133e677.tar.gz |
fixes #440
Diffstat (limited to 'compiler/c2nim/tests/systest.c')
-rw-r--r-- | compiler/c2nim/tests/systest.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/c2nim/tests/systest.c b/compiler/c2nim/tests/systest.c index b73eb5bee..51509e253 100644 --- a/compiler/c2nim/tests/systest.c +++ b/compiler/c2nim/tests/systest.c @@ -9,6 +9,8 @@ extern "C" { # endif #endif +#define interrupts() sei() + enum { /* 8bit, color or not */ |