diff --git a/include/stddef.h b/include/stddef.h index aff5da35..64946195 100644 --- a/include/stddef.h +++ b/include/stddef.h @@ -27,7 +27,6 @@ typedef signed __INT64_TYPE__ int64_t; typedef unsigned __INT64_TYPE__ uint64_t; #endif #endif -#endif #ifndef NULL #define NULL ((void*)0)