2 # A small script for removing unneeded symbols
3 # from all the conv-mach files. You'll need to edit
4 # the script to remove the symbols you want to remove.
6 for f
in `echo */conv-mach.h`
11 |
grep -v 'CMK_USE_HP_MAIN_FIX[ ]*0' \
12 |
grep -v 'CMK_DONT_USE_HP_MAIN_FIX' \