blob: 23fed8e8034beb2fd3a42e708bcc5605a4d691e6 [file] [log] [blame]
#!/bin/sh
for symbol in `cat $1` ; do
echo "#undef ${symbol}"
done