pike.git/
src/
language.yacc
Branch:
Tag:
Non-build tags
All tags
No tags
2008-07-18
2008-07-18 20:14:15 by Henrik Grubbström (Grubba) <grubba@grubba.org>
43eaff679f15d4cbf928cf67298ae30d5f8b8ba0 (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Minor cleanup in an enum syntax-error case.
Rev: src/language.yacc:1.450
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.
449
2008/07/18 20:
00
:
50
grubba Exp $
+
|| $Id: language.yacc,v 1.
450
2008/07/18 20:
14
:
15
grubba Exp $
*/ %pure_parser
2967:
} pop_stack(); free_node($1);
+
} else if ($2) {
+
free_node($2);
} } ;