mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-06 11:54:11 +00:00
nimbase.h doesn't need signal.h
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user