Show
Ignore:
Timestamp:
08/09/10 11:41:12 (21 months ago)
Author:
westram
Message:
  • header for global general purpose defines/inlines
  • use ARRAY_ELEMS where applicable
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/refactor/AWT/AWT_www.cxx

    r6804 r6806  
    1616#include <arbdbt.h> 
    1717#include <arb_str.h> 
     18#include <arb_defs.h> 
    1819#include <static_assert.h> 
    1920 
     
    5859 
    5960    const int DEFAULT_SELECT = 1; // SILVA 
    60     const int EXAMPLE_COUNT  = sizeof(example)/sizeof(*example); 
     61    const int EXAMPLE_COUNT  = ARRAY_ELEMS(example); 
    6162    COMPILE_ASSERT(EXAMPLE_COUNT <= WWW_COUNT); 
    6263