From b27804a87663e6fa09dd2d56cda678c3abf93dd9 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Wed, 31 Jan 1996 07:15:10 -0500 Subject: (warn_std_ptr): Initialize with 0 instead of NULL_PTR. From-SVN: r11128 --- gcc/gcc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/gcc.c') diff --git a/gcc/gcc.c b/gcc/gcc.c index 298a431..56e59c1 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -2364,7 +2364,7 @@ static int warn_B; static int warn_std; /* Gives value to pass as "warn" to add_prefix for standard prefixes. */ -static int *warn_std_ptr = NULL_PTR; +static int *warn_std_ptr = 0; /* Create the vector `switches' and its contents. Store its length in `n_switches'. */ -- cgit v1.1