This is in preparation for the following commits. Signed-off-by: Alejandro Colomar <a...@kernel.org> --- gcc/ginclude/stddef.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/gcc/ginclude/stddef.h b/gcc/ginclude/stddef.h index 349213108ce..f2c4f28673c 100644 --- a/gcc/ginclude/stddef.h +++ b/gcc/ginclude/stddef.h @@ -396,16 +396,16 @@ typedef __WINT_TYPE__ wint_t; /* A null pointer constant. */ #if defined (_STDDEF_H) || defined (__need_NULL) -#undef NULL /* in case <stdio.h> has defined it. */ -#ifdef __GNUG__ -#define NULL __null -#else /* G++ */ -#ifndef __cplusplus -#define NULL ((void *)0) -#else /* C++ */ -#define NULL 0 -#endif /* C++ */ -#endif /* G++ */ +# undef NULL /* in case <stdio.h> has defined it. */ +# ifdef __GNUG__ +# define NULL __null +# else /* G++ */ +# ifndef __cplusplus +# define NULL ((void *)0) +# else /* C++ */ +# define NULL 0 +# endif /* C++ */ +# endif /* G++ */ #endif /* NULL not defined and <stddef.h> or need NULL. */ #undef __need_NULL -- 2.45.2
signature.asc
Description: PGP signature