Commit 7999462c by Andrew Pinski Committed by Neil Booth

* cpptrad.c (_cpp_replacement_text_len): initialize len.

From-SVN: r54797
parent 9c8d079c
2002-06-19 Andrew Pinski <pinskia@physics.uc.edu>
* cpptrad.c (_cpp_replacement_text_len): initialize len.
2002-06-19 Jason Merrill <jason@redhat.com>
* Makefile.in (unstrap, restrap): New targets.
......
......@@ -805,6 +805,7 @@ _cpp_replacement_text_len (macro)
{
const uchar *exp;
len = 0;
for (exp = macro->exp.text;;)
{
struct block *b = (struct block *) exp;
......
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