Initial revision
This commit is contained in:
7
lang/pc/comp/make.next
Executable file
7
lang/pc/comp/make.next
Executable file
@@ -0,0 +1,7 @@
|
||||
echo '#include "debug.h"'
|
||||
sed -n '
|
||||
s:^.*[ ]ALLOCDEF[ ].*"\(.*\)".*$:struct \1 *h_\1 = 0;\
|
||||
#ifdef DEBUG\
|
||||
int cnt_\1 = 0;\
|
||||
#endif:p
|
||||
' $*
|
||||
Reference in New Issue
Block a user