ack/lang/m2/comp/make.next
1986-12-09 17:41:06 +00:00

8 lines
137 B
Plaintext
Executable file

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