diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2015-12-16 12:48:38 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2015-12-16 12:48:38 +0100 |
commit | fe8b07876c9bb8128bfdd4129d57e6cdfb72b310 (patch) | |
tree | 0aaa71241b53117849f1454996ad35aae75ac71d /lib/nimbase.h | |
parent | 31ebb11d73f7ad58afc497f20d9723503b83ca75 (diff) | |
parent | f664c576c2aab2b2d7f72693bff5a106eb6ef794 (diff) | |
download | Nim-fe8b07876c9bb8128bfdd4129d57e6cdfb72b310.tar.gz |
Merge pull request #3647 from rbehrends/fix-tnimtype
Fix code generation issues with TNimType.
Diffstat (limited to 'lib/nimbase.h')
-rw-r--r-- | lib/nimbase.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/nimbase.h b/lib/nimbase.h index 0946b9a1f..bba5ac023 100644 --- a/lib/nimbase.h +++ b/lib/nimbase.h @@ -418,10 +418,6 @@ typedef int assert_numbits[sizeof(NI) == sizeof(void*) && NIM_INTBITS == sizeof( # define NIM_EXTERNC #endif -/* we have to tinker with TNimType as it's both part of system.nim and - typeinfo.nim but system.nim doesn't export it cleanly... */ -typedef struct TNimType TNimType; - /* ---------------- platform specific includes ----------------------- */ /* VxWorks related includes */ |