xref
: /
external
/
jemalloc
/
include
/
jemalloc
/
internal
/
private_unnamespace.sh
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#!/
bin
/
sh
2
3
for
symbol
in
`
cat
$
1
` ;
do
4
echo
"#undef ${symbol}"
5
done
6