Changeset 6796

Show
Ignore:
Timestamp:
07/09/10 15:00:00 (17 months ago)
Author:
westram
Message:
  • added header for planned library ARB_CORE
Location:
branches/refactor
Files:
1 added
3 modified

Legend:

Unmodified
Added
Removed
  • branches/refactor/ARBDB/arb_assert.h

    r6791 r6796  
    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 {                             \ 
  • branches/refactor/SOURCE_TOOLS/generate_all_links.sh

    r6791 r6796  
    139139symlink_file ../TEMPLATES/SigHandler.h INCLUDE/SigHandler.h && 
    140140symlink_file ../TEMPLATES/arb_backtrace.h INCLUDE/arb_backtrace.h && 
     141symlink_file ../TEMPLATES/arb_core.h INCLUDE/arb_core.h && 
    141142symlink_file ../TEMPLATES/arb_debug.h INCLUDE/arb_debug.h && 
    142143symlink_file ../TEMPLATES/arb_error.h INCLUDE/arb_error.h && 
  • branches/refactor/TEMPLATES/arb_error.h

    r6385 r6796  
    1212#ifndef ARB_ERROR_H 
    1313#define ARB_ERROR_H 
     14 
     15#ifndef ARB_CORE_H 
     16#include <arb_core.h> 
     17#endif 
    1418 
    1519// ARB_ERROR is a dropin replacement for GB_ERROR (C++ only)