Updated mkcmds.sh.SH to match NUM_SWITCH_BYTES
authorAri Johnson <ari@cobramush.org>
Sat, 3 Mar 2007 03:52:38 +0000 (03:52 +0000)
committerAri Johnson <ari@cobramush.org>
Sat, 3 Mar 2007 03:52:38 +0000 (03:52 +0000)
utils/mkcmds.sh.SH

index 1de7acd3bceb690344ca7ca37f9dc8c8997ce07d..e455859cc93e6b5b6e487fa0ce5c25bc1b21b709 100644 (file)
@@ -106,7 +106,7 @@ $echo "};" >> ../src/temp.$$.c
 $echo ""
 
 # NUM_BYTES from command.h * 8.
-if [ $snum -gt 160 ]; then
+if [ $snum -gt 176 ]; then
     $echo "You have too many switches defined!"
 fi