mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-09-22 10:43:39 -04:00
compiler.h: add missing #endif
Embarrassing: missing #endif Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
This commit is contained in:
@@ -202,6 +202,7 @@ typedef enum bool { false, true } bool;
|
|||||||
# else
|
# else
|
||||||
/* Fallback, technically non-portable if p is uninitialized. */
|
/* Fallback, technically non-portable if p is uninitialized. */
|
||||||
# define offsetin(p,m) ((const char *)&((p).m) - (const char *)&(p))
|
# define offsetin(p,m) ((const char *)&((p).m) - (const char *)&(p))
|
||||||
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* The container_of construct: if p is a pointer to member m of
|
/* The container_of construct: if p is a pointer to member m of
|
||||||
|
Reference in New Issue
Block a user