summaryrefslogtreecommitdiffstats
path: root/deps/jemalloc/include/jemalloc/internal/public_unnamespace.sh
blob: 4239d17754cae769ee31b139e437c0b4305f36fb (plain)
1
2
3
4
5
6
#!/bin/sh

for nm in `cat $1` ; do
  n=`echo ${nm} |tr ':' ' ' |awk '{print $1}'`
  echo "#undef je_${n}"
done