2001-08-01
2001-08-01 14:34:09 by Marcus Comstedt <marcus@mc.pp.se>
-
17f9d5402f3bf219f53fe6b911b780395ae8a3f2
(4 lines)
(+3/-1)
[
Show
| Annotate
]
Branch: 7.9
Need to make dumped programs executable as they are loaded.
Rev: src/encode.c:1.119
25:
#include "version.h"
#include "bignum.h"
- RCSID("$Id: encode.c,v 1.118 2001/07/23 12:38:42 grubba Exp $");
+ RCSID("$Id: encode.c,v 1.119 2001/08/01 14:34:09 marcus Exp $");
/* #define ENCODE_DEBUG */
2090: Inside #if defined(DECODE_PROGRAM)
#ifdef DECODE_PROGRAM
DECODE_PROGRAM(p);
#endif /* DECODE_PROGRAM */
+ make_program_executable(p);
getdata2(p->linenumbers, p->num_linenumbers);