pike.git/
src/
language.yacc
Branch:
Tag:
Non-build tags
All tags
No tags
2004-08-25
2004-08-25 14:25:15 by Henrik Grubbström (Grubba) <grubba@grubba.org>
291742f10a119b1202a276f03a74490caa34ef3a (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Bugfix.
Rev: src/language.yacc:1.341
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.
340
2004/08/25 14:
16
:
20
grubba Exp $
+
|| $Id: language.yacc,v 1.
341
2004/08/25 14:
25
:
15
grubba Exp $
*/ %pure_parser
113:
/* This is the grammar definition of Pike. */ #include "global.h"
-
RCSID("$Id: language.yacc,v 1.
340
2004/08/25 14:
16
:
20
grubba Exp $");
+
RCSID("$Id: language.yacc,v 1.
341
2004/08/25 14:
25
:
15
grubba Exp $");
#ifdef HAVE_MEMORY_H #include <memory.h> #endif
1677:
unuse_modules(Pike_compiler->num_used_modules - $<number>1); pop_local_variables($<number>2); Pike_compiler->compiler_frame->last_block_level=$<number>4;
-
COPY_LINE_NUMBER_INFO($5, $3);
+
if ($5)
COPY_LINE_NUMBER_INFO($5, $3);
free_node ($3); $$=$5; }