1999-10-19
1999-10-19 15:58:33 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
-
bb987a9d341672087c6f2b265c7484cd6e7eafd0
(4 lines)
(+3/-1)
[
Show
| Annotate
]
Branch: 7.9
oops, minor bugfix
Rev: src/encode.c:1.42
24:
#include "stuff.h"
#include "version.h"
- RCSID("$Id: encode.c,v 1.41 1999/10/19 15:31:19 hubbe Exp $");
+ RCSID("$Id: encode.c,v 1.42 1999/10/19 15:58:33 hubbe Exp $");
#ifdef _AIX
#include <net/nh.h>
1108: Inside #if defined(DEBUG_MALLOC)
extern int get_small_number(char **);
foo=p->linenumbers+1;
foo+=strlen(foo)+1;
+ get_small_number(&foo); /* pc offset */
debug_malloc_name(p, p->linenumbers+1,
get_small_number(&foo));
}