diff --git a/lib/nimbase.h b/lib/nimbase.h index fcbf80fc3a..f47ab4d292 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