Changeset 6813 for trunk/ARBDB/adlang1.cxx
- Timestamp:
- 09/09/10 20:23:50 (21 months ago)
- Files:
-
- 1 modified
-
trunk/ARBDB/adlang1.cxx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ARBDB/adlang1.cxx
r6659 r6813 19 19 20 20 #include <static_assert.h> 21 #include <arb_defs.h> 21 22 22 23 #define AWAR_TREE_REFRESH "tmp/focus/tree_refresh" // touch this awar to refresh the tree display … … 2692 2693 }; 2693 2694 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 } 2695 void gbl_install_standard_commands(GBDATA *gb_main) { 2696 gb_install_command_table(gb_main, gbl_command_table, ARRAY_ELEMS(gbl_command_table)); 2697 }
