Changeset 6796
- Timestamp:
- 07/09/10 15:00:00 (17 months ago)
- Location:
- branches/refactor
- Files:
-
- 1 added
- 3 modified
-
ARBDB/arb_assert.h (modified) (1 diff)
-
SOURCE_TOOLS/generate_all_links.sh (modified) (1 diff)
-
TEMPLATES/arb_core.h (added)
-
TEMPLATES/arb_error.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 { \ -
branches/refactor/SOURCE_TOOLS/generate_all_links.sh
r6791 r6796 139 139 symlink_file ../TEMPLATES/SigHandler.h INCLUDE/SigHandler.h && 140 140 symlink_file ../TEMPLATES/arb_backtrace.h INCLUDE/arb_backtrace.h && 141 symlink_file ../TEMPLATES/arb_core.h INCLUDE/arb_core.h && 141 142 symlink_file ../TEMPLATES/arb_debug.h INCLUDE/arb_debug.h && 142 143 symlink_file ../TEMPLATES/arb_error.h INCLUDE/arb_error.h && -
branches/refactor/TEMPLATES/arb_error.h
r6385 r6796 12 12 #ifndef ARB_ERROR_H 13 13 #define ARB_ERROR_H 14 15 #ifndef ARB_CORE_H 16 #include <arb_core.h> 17 #endif 14 18 15 19 // ARB_ERROR is a dropin replacement for GB_ERROR (C++ only)
