pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2013-09-22
2013-09-22 11:51:20 by Arne Goedeke <el@laramies.com>
b189223d7bbec6c408fe0e90209b0e985e337d61 (
2
lines) (+
2
/-
0
)
[
Show
|
Annotate
]
Branch:
7.8
Get rid of some harmless valgrind warnings
4449:
struct svalue index, res; \ if (!val_module) get_val_module(); \ index.type = T_STRING; \
+
index.subtype = 0; \
MAKE_CONST_STRING (index.u.string, TOSTR (NAME)); \ object_index_no_free (&res, val_module, 0, &index); \ if (res.type != T_OBJECT) \