pike.git
/
src
/
error.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/error.c:562:
/* coverity[+kill] */ PMOD_EXPORT DECLSPEC(noreturn) void debug_fatal(const char *fmt, ...) ATTRIBUTE((noreturn)) { va_list args; va_start(args,fmt); debug_va_fatal (fmt, args); va_end (args); }
-
#if 1
-
+
/*! @class MasterObject */ /*! @decl string describe_backtrace(mixed exception) *! *! Called by various routines to format a readable *! description of an exception. *! *! @param exception *! Something that was thrown. Usually an @[Error.Generic] object, or
pike.git/src/error.c:1123:
} void cleanup_error(void) { #ifdef PIKE_DEBUG /* free_mapping(recovery_lookup); */ #endif #define ERR_CLEANUP #include "errors.h" }
-
#endif
+