pike.git/
src/
errors.h
Branch:
Tag:
Non-build tags
All tags
No tags
2014-08-18
2014-08-18 15:38:59 by Martin Nilsson <nilsson@opera.com>
68ec3f29a244c8dd4c94d6fde8133d2d5697428c (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
Improved cast.
112:
DECLARE_ERROR(generic, Generic, EMPTY , ERR_VAR(struct pike_string *,tStr,PIKE_T_STRING,error_message) ERR_VAR(struct array *,tArray,PIKE_T_ARRAY,error_backtrace)
-
ERR_FUNC("cast",f_error_cast,tFunc(tString,tArray),ID_
PROTECTED
)
+
ERR_FUNC("cast",f_error_cast,tFunc(tString,tArray),ID_
PRIVATE
)
ERR_FUNC("`[]",f_error_index,tFunc(tInt01,tMixed),ID_PROTECTED) ERR_FUNC("_sizeof",f_error__sizeof,tFunc(tNone,tInt2),ID_PROTECTED) ERR_FUNC("_indices",f_error__indices,tFunc(tNone,tArr(tInt01)),ID_PROTECTED)