pike.git/
src/
encode.c
Branch:
Tag:
Non-build tags
All tags
No tags
1999-10-18
1999-10-18 22:54:32 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
aaec3f6d1af7320d28b8345c66fdd571353852f3 (
10
lines) (+
9
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
more debug
Rev: src/encode.c:1.40
24:
#include "stuff.h" #include "version.h"
-
RCSID("$Id: encode.c,v 1.
39
1999/
09
/
22
19
:
01
:
27
grubba
Exp $");
+
RCSID("$Id: encode.c,v 1.
40
1999/
10
/
18
22:
54
:
32
hubbe
Exp $");
#ifdef _AIX #include <net/nh.h>
1100:
getdata2(p->program, p->num_program); getdata2(p->linenumbers, p->num_linenumbers);
+
#ifdef DEBUG_MALLOC
+
if(p->num_linenumbers && p->linenumbers &&
+
EXTRACT_UCHAR(p->linenumbers))
+
debug_malloc_name(p, p->linenumbers+1, 0);
+
#endif
+
+
for(d=0;d<p->num_identifier_index;d++) { decode_number(p->identifier_index[d],data);