ack/lang/pc/comp/make.next

9 lines
168 B
Plaintext
Raw Permalink Normal View History

echo '#include "parameters.h"'
1988-10-26 15:21:11 +00:00
echo '#include "debug.h"'
sed -n '
s:^.*[ ]ALLOCDEF[ ].*"\(.*\)".*$:struct \1 *h_\1 = 0;\
#ifdef DEBUG\
int cnt_\1 = 0;\
#endif:p
' $*