1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-12 13:24:09 +02:00
Beef/BeefRT/JEMalloc/include/jemalloc/internal/public_unnamespace.sh
2022-06-02 17:55:17 -07:00

6 lines
111 B
Bash

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