Show
Ignore:
Timestamp:
08/09/10 14:52:57 (21 months ago)
Author:
westram
Message:
  • removed duplicate of ARB_strscmp (GBS_strscmp). No longer needed cause ARBDB is now C++
  • arb_str.h was lacking size_t
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/refactor/TEMPLATES/arb_str.h

    r6804 r6808  
    1313#define ARB_STR_H 
    1414 
     15#ifndef _CPP_CSTDDEF 
     16#include <cstddef> 
     17#endif 
     18#ifndef _CPP_CCTYPE 
    1519#include <cctype> 
    16  
    17 #ifndef __cplusplus 
    18 // this header only works with c++ 
    19 // those functions needed by ARBDB are duplicated in adstring.c (with GBS_-prefix) 
    20 #error inline.h may be used in C++ only 
    2120#endif 
    2221