diff options
Diffstat (limited to '')
-rw-r--r-- | include/stddef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stddef.h b/include/stddef.h index 26286f5..871a618 100644 --- a/include/stddef.h +++ b/include/stddef.h @@ -44,7 +44,7 @@ */ #ifndef NULL # define NULL ((void*)0) -#define +#endif /** |