Skip to content
Snippets Groups Projects
Commit 71c74e1c authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Removed some debug-info.

Rev: src/language.yacc:1.40
parent e2acf7fb
Branches
Tags
No related merge requests found
...@@ -156,7 +156,7 @@ ...@@ -156,7 +156,7 @@
/* This is the grammar definition of Pike. */ /* This is the grammar definition of Pike. */
#include "global.h" #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 #ifdef HAVE_MEMORY_H
#include <memory.h> #include <memory.h>
#endif #endif
...@@ -177,11 +177,6 @@ RCSID("$Id: language.yacc,v 1.39 1997/04/23 04:11:26 grubba Exp $"); ...@@ -177,11 +177,6 @@ RCSID("$Id: language.yacc,v 1.39 1997/04/23 04:11:26 grubba Exp $");
#define YYMAXDEPTH 600 #define YYMAXDEPTH 600
#ifndef DEBUG
#define DEBUG 1
#endif
#define YYERROR_VERBOSE
#ifdef DEBUG #ifdef DEBUG
#define YYDEBUG 1 #define YYDEBUG 1
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment