00876cd9df
shrunk some data structures changed some ALLOCDEF's changed setjmp to __setjmp
8 lines
129 B
Plaintext
Executable file
8 lines
129 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
|
|
' $*
|