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/ARBDB/adlang1.cxx

    r6659 r6806  
    1919 
    2020#include <static_assert.h> 
     21#include <arb_defs.h> 
    2122 
    2223#define AWAR_TREE_REFRESH "tmp/focus/tree_refresh" // touch this awar to refresh the tree display 
     
    26922693}; 
    26932694 
    2694 void gbl_install_standard_commands(GBDATA *gb_main) 
    2695 { 
    2696     gb_install_command_table(gb_main, gbl_command_table, sizeof(gbl_command_table)/sizeof(gbl_command_table[0])); 
    2697 } 
     2695void gbl_install_standard_commands(GBDATA *gb_main) { 
     2696    gb_install_command_table(gb_main, gbl_command_table, ARRAY_ELEMS(gbl_command_table)); 
     2697}