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:
@@ -203,6 +203,7 @@ typedef enum bool { false, true } bool;
|
|||||||
/* 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
|
||||||
container class c, then return a pointer to the container of which
|
container class c, then return a pointer to the container of which
|
||||||
|
Reference in New Issue
Block a user