Changeset 6796 for branches/refactor/ARBDB/arb_assert.h
- Timestamp:
- 07/09/10 15:00:00 (21 months ago)
- Files:
-
- 1 modified
-
branches/refactor/ARBDB/arb_assert.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/refactor/ARBDB/arb_assert.h
r6791 r6796 99 99 * (done because automatic backtrace on SIGSEGV lacks name of current function) 100 100 */ 101 102 #ifndef ARB_CORE_H 103 #include <arb_core.h> 104 #endif 105 #ifndef AD_K_PROT_H 106 #error "header dependencies broken (missing prototypes from ad_k_prot.h)" 107 #endif 101 108 102 109 #define ARB_SIGSEGV(backtrace) do { \
