pike.git/
src/
language.yacc
Branch:
Tag:
Non-build tags
All tags
No tags
2008-01-03
2008-01-03 16:22:59 by Henrik Grubbström (Grubba) <grubba@grubba.org>
1e5c8b1be907557b5fba570b428486a5f8c948c0 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Restored lost line.
Rev: src/language.yacc:1.394
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.
393
2008/01/03
15
:
56
:
25
grubba Exp $
+
|| $Id: language.yacc,v 1.
394
2008/01/03
16
:
22
:
59
grubba Exp $
*/ %pure_parser
4289:
free_type(type); copy_pike_type(type, zero_type_string); }
+
frame->variable[var].type = type;
frame->variable[var].name = str; reference_shared_string(str); frame->variable[var].def = def;