pike.git/
src/
language.yacc
Branch:
Tag:
Non-build tags
All tags
No tags
2002-01-03
2002-01-03 19:10:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>
4492b173d49f2c932c0c86c47db88eee9b01059e (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Enable YYERROR_VERBOSE.
Rev: src/language.yacc:1.270
112:
/* This is the grammar definition of Pike. */ #include "global.h"
-
RCSID("$Id: language.yacc,v 1.
269
2001
/
12
/
20
00
:
17
:
06
mast
Exp $");
+
RCSID("$Id: language.yacc,v 1.
270
2002
/
01
/
03
19
:
10
:
23
grubba
Exp $");
#ifdef HAVE_MEMORY_H #include <memory.h> #endif
143:
#endif /* YYDEBUG */ #endif
+
/* Get verbose parse error reporting. */
+
#define YYERROR_VERBOSE 1
+
/* #define LAMBDA_DEBUG 1 */ int add_local_name(struct pike_string *, struct pike_type *, node *);