diff --git a/src/opcodes.c b/src/opcodes.c
index f223fa2f4cb04d364fdb76f8d5ca01d44fe8984b..b2a1a6b0071214e20ee9b5213a13bc9c2eafaf1e 100644
--- a/src/opcodes.c
+++ b/src/opcodes.c
@@ -2,7 +2,7 @@
 || 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: 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"
@@ -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 OPCODE2_TAILBRANCH(OP,DESC,FLAGS) OPCODE2_BRANCH(OP,DESC,FLAGS)
 
-#define LEXER
-
 const struct keyword instr_names[]=
 {
 #ifndef PIKE_PRECOMPILER