diff options
Diffstat (limited to 'lib/nimbase.h')
-rw-r--r-- | lib/nimbase.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/nimbase.h b/lib/nimbase.h index fcbf80fc3..f47ab4d29 100644 --- a/lib/nimbase.h +++ b/lib/nimbase.h @@ -481,6 +481,5 @@ static inline void GCGuard (void *ptr) { asm volatile ("" :: "X" (ptr)); } # define GC_GUARD #endif -typedef int assert_numbits[sizeof(NI) == sizeof(void*) && - NIM_INTBITS == sizeof(NI)*8 ? 1 : -1]; +typedef int assert_numbits[sizeof(NI) == sizeof(void*) && NIM_INTBITS == sizeof(NI)*8 ? 1 : -1]; #endif |