make.next 137 B

1234567
  1. echo '#include "debug.h"'
  2. sed -n '
  3. s:^.*[ ]ALLOCDEF[ ].*"\(.*\)".*$:struct \1 *h_\1 = 0;\
  4. #ifdef DEBUG\
  5. int cnt_\1 = 0;\
  6. #endif:p
  7. ' $*