ack/lang/cem/cemcom.ansi/make.next

8 lines
129 B
Plaintext
Raw Normal View History

echo '#include "debug.h"'
1989-02-07 11:04:05 +00:00
sed -n '
s:^.*ALLOCDEF.*"\(.*\)".*$:struct \1 *h_\1 = 0;\
#ifdef DEBUG\
int cnt_\1 = 0;\
#endif:p
1989-02-07 11:04:05 +00:00
' $*