pike.git/
src/
language.yacc
Branch:
Tag:
Non-build tags
All tags
No tags
2004-03-13
2004-03-13 16:16:21 by Henrik Grubbström (Grubba) <grubba@grubba.org>
72de5a579cced8000f678247455f9735930d04af (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Added comment.
Rev: src/language.yacc:1.331
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: language.yacc,v 1.
330
2004/03/13 16:
15
:
38
grubba Exp $
+
|| $Id: language.yacc,v 1.
331
2004/03/13 16:
16
:
21
grubba Exp $
*/ %pure_parser
113:
/* This is the grammar definition of Pike. */ #include "global.h"
-
RCSID("$Id: language.yacc,v 1.
330
2004/03/13 16:
15
:
38
grubba Exp $");
+
RCSID("$Id: language.yacc,v 1.
331
2004/03/13 16:
16
:
21
grubba Exp $");
#ifdef HAVE_MEMORY_H #include <memory.h> #endif
2516:
if(p) { free_program(p); } else {
+
/* Make sure code in this class is aware that something went wrong. */
Pike_compiler->num_parse_error++; }