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/TEMPLATES/arb_error.h

    r6385 r6813  
    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)