vern@2007-04-06:/var% ls tags

原来include还能这样用

— 8< —————-somefile.c … static commands_t commands[] = {

include “commands-list.h”

    { 0, 0 } }; … — 8< ————————————————–

— 8< —————-commands-list.h { “beginblock”, command_beginblock }, { “capb”, command_capb }, { “clear”, command_clear }, … { “x_save”, command_x_save }, — 8< ——————————–