2003-03-20
2003-03-20 17:44:54 by Martin Stjernholm <mast@lysator.liu.se>
-
23caada9bb680346c116e03e735b4d73d5defcfd
(9 lines)
(+5/-4)
[
Show
| Annotate
]
Branch: 7.9
Cleaned up the handling of instruction identifiers a bit.
Rev: src/lex.c:1.113
Rev: src/lex.h:1.27
2:
|| This file is part of Pike. For copyright information see COPYRIGHT.
|| Pike is distributed under GPL, LGPL and MPL. See the file COPYING
|| for more information.
- || $Id: lex.c,v 1.112 2002/11/10 20:19:18 grubba Exp $
+ || $Id: lex.c,v 1.113 2003/03/20 17:44:54 mast Exp $
*/
#include "global.h"
- RCSID("$Id: lex.c,v 1.112 2002/11/10 20:19:18 grubba Exp $");
+ RCSID("$Id: lex.c,v 1.113 2003/03/20 17:44:54 mast Exp $");
#include "language.h"
#include "array.h"
#include "lex.h"
76: Inside #if defined(INSTR_PROFILING)
return d;
}
- void add_runned(PIKE_OPCODE_T instr)
+ void add_runned(PIKE_INSTR_T instr)
{
int e;
struct instr_counter **tmp=&instr_counter_storage;
432:
}
#ifdef HAVE_COMPUTED_GOTO
- char *get_opcode_name(PIKE_OPCODE_T n)
+ char *get_opcode_name(PIKE_INSTR_T n)
{
int fcode;
int low = 0;