From 3843d0114e302e6deaa2548207685a1f41d231f5 Mon Sep 17 00:00:00 2001 From: zack Date: Tue, 6 Apr 1999 10:04:10 +0000 Subject: 1999-04-06 12:56 -0400 Zack Weinberg * cppexp.c (parse_charconst): Initialize c. (cpp_parse_expr): Initialize rprio. * cppfiles.c (merge_include_chains): Initialize prev. (finclude) Set fp->line_base to fp->buf before returning. * cpphash.c (macroexpand): Initialize token. * cppspec.c (lang_specific_driver): Change suff to const char *const *. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26213 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/cpphash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cpphash.c') diff --git a/gcc/cpphash.c b/gcc/cpphash.c index ff63bd81681..87946f2524b 100644 --- a/gcc/cpphash.c +++ b/gcc/cpphash.c @@ -1081,7 +1081,7 @@ macroexpand (pfile, hp) if (nargs >= 0) { - enum cpp_token token; + enum cpp_token token = CPP_EOF; args = (struct argdata *) alloca ((nargs + 1) * sizeof (struct argdata)); -- cgit v1.2.3