summaryrefslogtreecommitdiff
path: root/libc/include/stddef.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/include/stddef.h')
-rw-r--r--libc/include/stddef.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libc/include/stddef.h b/libc/include/stddef.h
index f21f683..ce3cf2b 100644
--- a/libc/include/stddef.h
+++ b/libc/include/stddef.h
@@ -9,7 +9,9 @@
#undef __need_ptrdiff_t
#undef __need_NULL
-#if __AS386_16__ /* Only for 8086 */
+/* Fact is these are _normal_ */
+#if 1 /* __BCC__ */ /* Only for Bcc 8086/80386 */
+
#ifndef __STDDEF_H
#define __STDDEF_H