2001-08-15
2001-08-15 15:41:38 by Martin Stjernholm <mast@lysator.liu.se>
-
1a6538fdff9df26beb5ba372c327eb2f2249c744
(9 lines)
(+5/-4)
[
Show
| Annotate
]
Branch: 7.2
Backported the PC -> PIKE_PC macro change.
Rev: src/las.c:1.238
Rev: src/las.h:1.48
Rev: src/peep.c:1.46
Rev: src/program.c:1.302
5:
\*/
/**/
#include "global.h"
- RCSID("$Id: las.c,v 1.237 2001/07/13 14:30:48 grubba Exp $");
+ RCSID("$Id: las.c,v 1.238 2001/08/15 15:29:22 mast Exp $");
#include "language.h"
#include "interpret.h"
4511:
num_strings=Pike_compiler->new_program->num_strings;
num_constants=Pike_compiler->new_program->num_constants;
- jump = DO_NOT_WARN((INT32)PC);
+ jump = DO_NOT_WARN((INT32)PIKE_PC);
store_linenumbers=0;
docode(dmalloc_touch(node *, n));
4776: Inside #if defined(PIKE_DEBUG)
#ifdef PIKE_DEBUG
if(a_flag > 1)
fprintf(stderr, "Doing function '%s' at %lx\n", name->str,
- DO_NOT_WARN((unsigned long)PC));
+ DO_NOT_WARN((unsigned long)PIKE_PC));
#endif
args=count_arguments(type);
4842:
}
}
- tmp.offset=PC;
+ tmp.offset=PIKE_PC;
Pike_compiler->compiler_frame->num_args=args;
#ifdef PIKE_DEBUG