pike.git/
src/
interpret.c
Branch:
Tag:
Non-build tags
All tags
No tags
2008-03-09
2008-03-09 17:28:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>
8459b4247bdcfde5aae3a51a43ce7d988836d040 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed typo.
Rev: src/interpret.c:1.388
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: interpret.c,v 1.
387
2008/03/09
16
:
48
:
55
grubba Exp $
+
|| $Id: interpret.c,v 1.
388
2008/03/09
17
:
28
:
20
grubba Exp $
*/ #include "global.h"
2337:
struct reference dummy_ref = { 0, 0, ID_HIDDEN, };
-
copy_shared_string(dummy.name, empty_string);
+
copy_shared_string(dummy.name, empty_
pike_
string);
copy_pike_type(dummy.type, function_type_string); dummy.identifier_flags = IDENTIFIER_PIKE_FUNCTION|IDENTIFIER_HAS_BODY; dummy.func.offset = offset;