From: Richard Kenner Date: Mon, 19 Jun 1995 18:19:07 +0000 (-0400) Subject: (scan_decls): Fix typo when resetting PREV_ID_START. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7b15e61e6dd6fd96b073ca4d30321d31a7dadecb;p=gcc.git (scan_decls): Fix typo when resetting PREV_ID_START. From-SVN: r10008 --- diff --git a/gcc/scan-decls.c b/gcc/scan-decls.c index 47ca6e42019..e8309b813ec 100644 --- a/gcc/scan-decls.c +++ b/gcc/scan-decls.c @@ -246,7 +246,7 @@ scan_decls (pfile, argc, argv) break; default: - prev_id_start = NULL; + prev_id_start = 0; } } }