pike.git/
src/
peep.c
Branch:
Tag:
Non-build tags
All tags
No tags
2006-09-07
2006-09-07 09:37:05 by Henrik Grubbström (Grubba) <grubba@grubba.org>
c9851352eca9714390993da17dbb02c5b040a092 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.2
Backported fix for [bug
4173 (#4173)
] and [bug
4231 (#4231)
] from Pike 7.7.
Rev: src/peep.c:1.49
15:
#include "bignum.h" #include "opcodes.h"
-
RCSID("$Id: peep.c,v 1.
48
2003
/
10
/
10
01
:
17
:
44
mast
Exp $");
+
RCSID("$Id: peep.c,v 1.
49
2006
/
09
/
07
09
:
37
:
05
grubba
Exp $");
static void asm_opt(void);
61:
c=(p_instr *)instrbuf.s.str; length=instrbuf.s.len / sizeof(p_instr);
-
for(e=0;e<length;e++) free_string(c
->
file);
+
for(e=0;e<length;e++) free_string(c
[e].
file);
toss_buffer(&instrbuf); }