pike.git/
src/
interpret.c
Branch:
Tag:
Non-build tags
All tags
No tags
2008-03-14
2008-03-14 08:49:51 by Henrik Grubbström (Grubba) <grubba@grubba.org>
61c6e0938d6eb90be22c5b8359faf31186b115a6 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Missed setting the run_time_type field in the dummy identifier.
Rev: src/interpret.c:1.390
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.
389
2008/03/
09
17
:
36
:
34
grubba Exp $
+
|| $Id: interpret.c,v 1.
390
2008/03/
14
08
:
49
:
51
grubba Exp $
*/ #include "global.h"
2339:
}; copy_shared_string(dummy.name, empty_pike_string); copy_pike_type(dummy.type, function_type_string);
+
dummy.run_time_type = PIKE_T_FUNCTION;
dummy.identifier_flags = IDENTIFIER_PIKE_FUNCTION|IDENTIFIER_HAS_BODY; dummy.func.offset = offset; dummy.opt_flags = 0;