2001-07-09
2001-07-09 11:37:21 by Henrik Grubbström (Grubba) <grubba@grubba.org>
-
eff6217781f1e16683e53c0617017691828ba5f8
(5 lines)
(+3/-2)
[
Show
| Annotate
]
Branch: 7.9
Yet another batch of computed goto cleanups.
Rev: src/interpret.c:1.217
Rev: src/interpret_functions.h:1.72
Rev: src/interpreter.h:1.62
Rev: src/lex.c:1.95
Rev: src/lex.h:1.17
Rev: src/program.c:1.350
Rev: src/program.h:1.135
5:
\*/
/**/
#include "global.h"
- RCSID("$Id: lex.c,v 1.94 2001/07/08 19:35:38 grubba Exp $");
+ RCSID("$Id: lex.c,v 1.95 2001/07/09 11:37:21 grubba Exp $");
#include "language.h"
#include "array.h"
#include "lex.h"
74: Inside #if defined(INSTR_PROFILING)
return d;
}
- void add_runned(int instr)
+ void add_runned(PIKE_OPCODE_T instr)
{
int e;
struct instr_counter **tmp=&instr_counter_storage;