pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2015-12-28
2015-12-28 13:11:43 by Per Hedbor <ph@opera.com>
db795b0039c6079928ea966a2b14c7e800892624 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
Use literal_array_string instead of findstring("array")
2455:
*/ PIKEFUN int(0..1) _is_type(string t) {
-
RETURN (t ==
findstring("
array
"
)
)
;
+
RETURN (t ==
literal_
array
_string
);
} static void fill_in_file_and_line()