Changeset 6806 for branches/refactor/AWT/AWT_www.cxx
- Timestamp:
- 08/09/10 11:41:12 (21 months ago)
- Files:
-
- 1 modified
-
branches/refactor/AWT/AWT_www.cxx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/refactor/AWT/AWT_www.cxx
r6804 r6806 16 16 #include <arbdbt.h> 17 17 #include <arb_str.h> 18 #include <arb_defs.h> 18 19 #include <static_assert.h> 19 20 … … 58 59 59 60 const int DEFAULT_SELECT = 1; // SILVA 60 const int EXAMPLE_COUNT = sizeof(example)/sizeof(*example);61 const int EXAMPLE_COUNT = ARRAY_ELEMS(example); 61 62 COMPILE_ASSERT(EXAMPLE_COUNT <= WWW_COUNT); 62 63
