Skip to content
Snippets Groups Projects
Commit a6ccfd83 authored by Martin Stjernholm's avatar Martin Stjernholm
Browse files

Removed an unused define.

Rev: src/opcodes.c:1.165
parent f3501d66
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
|| This file is part of Pike. For copyright information see COPYRIGHT. || This file is part of Pike. For copyright information see COPYRIGHT.
|| Pike is distributed under GPL, LGPL and MPL. See the file COPYING || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
|| for more information. || for more information.
|| $Id: opcodes.c,v 1.164 2004/09/18 20:50:52 nilsson Exp $ || $Id: opcodes.c,v 1.165 2004/09/30 14:09:07 mast Exp $
*/ */
#include "global.h" #include "global.h"
...@@ -238,8 +238,6 @@ void present_runned(struct instr_counter *d, int depth, int maxdepth) ...@@ -238,8 +238,6 @@ void present_runned(struct instr_counter *d, int depth, int maxdepth)
#define OPCODE1_TAILBRANCH(OP,DESC,FLAGS) OPCODE1_BRANCH(OP,DESC,FLAGS) #define OPCODE1_TAILBRANCH(OP,DESC,FLAGS) OPCODE1_BRANCH(OP,DESC,FLAGS)
#define OPCODE2_TAILBRANCH(OP,DESC,FLAGS) OPCODE2_BRANCH(OP,DESC,FLAGS) #define OPCODE2_TAILBRANCH(OP,DESC,FLAGS) OPCODE2_BRANCH(OP,DESC,FLAGS)
#define LEXER
const struct keyword instr_names[]= const struct keyword instr_names[]=
{ {
#ifndef PIKE_PRECOMPILER #ifndef PIKE_PRECOMPILER
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment