Show
Ignore:
Timestamp:
09/09/10 20:23:50 (21 months ago)
Author:
westram
Message:
  • merged from refactor [6796] [6804] [6806] [6808]
    • added header for planned library ARB_CORE
    • renamed inline.h into arb_str.h
    • header for global general purpose defines/inlines (arb_defs.h)
      • use ARRAY_ELEMS where applicable
    • removed duplicate of ARB_strscmp (GBS_strscmp). No longer needed cause ARBDB is now C++
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ARBDB/arb_assert.h

    r6743 r6813  
    9999 * (done because automatic backtrace on SIGSEGV lacks name of current function) 
    100100 */ 
     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 
    101108 
    102109#define ARB_SIGSEGV(backtrace) do {                             \