From 71c74e1cc38b609ad6ea4902306aa5bd459206eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Wed, 23 Apr 1997 06:14:30 +0200 Subject: [PATCH] Removed some debug-info. Rev: src/language.yacc:1.40 --- src/language.yacc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/language.yacc b/src/language.yacc index 88a96ba206..d252b2d7c1 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 -- GitLab