pike.git/
src/
language.yacc
Branch:
Tag:
Non-build tags
All tags
No tags
1996-11-28
1996-11-28 03:42:13 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
121d4957580355a556d10ce4a44ece32b8f06158 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
one more leak gone..
Rev: src/language.yacc:1.13
156:
/* This is the grammar definition of Pike. */ #include "global.h"
-
RCSID("$Id: language.yacc,v 1.
12
1996/11/28 03:
05
:
52
hubbe Exp $");
+
RCSID("$Id: language.yacc,v 1.
13
1996/11/28 03:
42
:
13
hubbe Exp $");
#ifdef HAVE_MEMORY_H #include <memory.h> #endif
556:
| modifiers type_or_error name_list ';' {} | inheritance {} | constant {}
-
| class
{}
+
| class
{ free_node($1); }
| error { reset_type_stack();