Releasing debian version 3:6.03+dfsg-10.
[syslinux-debian.git] / com32 / include / bitsize / stddef.h
blob04418a0420d3bbc9df807d1dd0fca68d6cb987f5
1 /*
2 * Include stddef.h as appropriate for architecture
3 */
5 #ifndef _BITSIZE_STDDEF_H
6 #define _BITSIZE_STDDEF_H
8 #if __SIZEOF_POINTER__ == 4
9 #include <bitsize32/stddef.h>
10 #elif __SIZEOF_POINTER__ == 8
11 #include <bitsize64/stddef.h>
12 #else
13 #error "Unable to build for to-be-defined architecture type"
14 #endif
16 #endif /* _BITSIZE_STDDEF_H */