pike.git/
src/
language.yacc
Branch:
Tag:
Non-build tags
All tags
No tags
1996-12-11
1996-12-11 00:48:38 by David Hedbor <david@hedbor.org>
523e64538c342c55b77f777f6c818944b3e6045c (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Se ChangeLog.
Rev: src/ChangeLog:1.38
Rev: src/language.yacc:1.16
156:
/* This is the grammar definition of Pike. */ #include "global.h"
-
RCSID("$Id: language.yacc,v 1.
15
1996/12/
05
00:
47
:
14
hubbe
Exp $");
+
RCSID("$Id: language.yacc,v 1.
16
1996/12/
11
00:
48
:
38
neotron
Exp $");
#ifdef HAVE_MEMORY_H #include <memory.h> #endif
1292:
void yyerror(char *str) { extern int num_parse_error;
+
extern int cumulative_parse_error;
if (num_parse_error > 5) return; num_parse_error++;