* cpptrad.c (_cpp_replacement_text_len): initialize len.
From-SVN: r54797
This commit is contained in:
parent
9c8d079c42
commit
7999462c22
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
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;
|
||||
|
|
Loading…
Add table
Reference in a new issue