mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-27 08:10:07 +08:00
compiler.h: add missing #endif
Embarrassing: missing #endif Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
This commit is contained in:
parent
30844a4c62
commit
1348627b72
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user