3 # MKhashsize.sh --- generate size include for hash functions
6 echo " * hashsize.h -- hash and token table constants"
10 TABSIZE
=`grep -v '^[ #]' $CAPS | grep -v "^$" | grep -v "^capalias"| grep -v "^infoalias" | wc -l`
13 echo "#define CAPTABSIZE ${TABSIZE}"
14 echo "#define HASHTABSIZE (${TABSIZE} * 2)"