Commit b27804a8 by Richard Kenner

(warn_std_ptr): Initialize with 0 instead of NULL_PTR.

From-SVN: r11128
parent f8e0b2ea
......@@ -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'. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment