c1aca7dae5
--HG-- branch : dtrg-buildsystem rename : lang/cem/cpp.ansi/Parameters => lang/cem/cpp.ansi/parameters.h
10 lines
145 B
Bash
Executable file
10 lines
145 B
Bash
Executable file
#!/bin/sh
|
|
|
|
echo '#include "parameters.h"'
|
|
sed -n '
|
|
s:^.*ALLOCDEF.*"\(.*\)".*$:struct \1 *h_\1 = 0;\
|
|
#ifdef DEBUG\
|
|
int cnt_\1 = 0;\
|
|
#endif:p
|
|
' $*
|