diff options
Diffstat (limited to 'gcc/cexp.y')
-rw-r--r-- | gcc/cexp.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cexp.y b/gcc/cexp.y index a890bf89a59..5fed1071b3a 100644 --- a/gcc/cexp.y +++ b/gcc/cexp.y @@ -83,7 +83,7 @@ struct arglist { #endif #ifndef NULL_PTR -#define NULL_PTR ((GENERIC_PTR)0) +#define NULL_PTR ((GENERIC_PTR) 0) #endif /* Find the largest host integer type and set its size and type. |