diff --git a/src/language.yacc b/src/language.yacc
index 88a96ba20612b48678b39487567c84da4c0421ed..d252b2d7c1cd19a22bd1c2cad993cc026d4a46e6 100644
--- a/src/language.yacc
+++ b/src/language.yacc
@@ -156,7 +156,7 @@
 /* This is the grammar definition of Pike. */
 
 #include "global.h"
-RCSID("$Id: language.yacc,v 1.39 1997/04/23 04:11:26 grubba Exp $");
+RCSID("$Id: language.yacc,v 1.40 1997/04/23 04:14:30 grubba Exp $");
 #ifdef HAVE_MEMORY_H
 #include <memory.h>
 #endif
@@ -177,11 +177,6 @@ RCSID("$Id: language.yacc,v 1.39 1997/04/23 04:11:26 grubba Exp $");
 
 #define YYMAXDEPTH	600
 
-#ifndef DEBUG
-#define DEBUG 1
-#endif
-#define YYERROR_VERBOSE
-
 #ifdef DEBUG
 #define YYDEBUG 1
 #endif