pike.git/
src/
errors.h
Branch:
Tag:
Non-build tags
All tags
No tags
1999-06-19
1999-06-19 19:58:34 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
74988f22b841a5cba86f16ea1712699f9b0f24e5 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
patch to work with MSVC++
Rev: src/errors.h:1.5
1:
+
#define EMPTY
#ifdef ERR_DECLARE #define DECLARE_ERROR(NAME, INHERIT, DECL) \
57:
#define ERR_FUNC(NAME,FUNC,TYPE,FLAGS) #endif
-
DECLARE_ERROR(generic,
/*
no inherit */
,
+
DECLARE_ERROR(generic,
EMPTY
,
ERR_VAR(struct pike_string *,string,T_STRING,desc) ERR_VAR(struct array *,array,T_ARRAY,backtrace) ERR_FUNC("cast",f_error_cast,tFunc(tString,tMixed),0)