From: Ari Johnson Date: Sat, 3 Mar 2007 03:52:38 +0000 (+0000) Subject: Updated mkcmds.sh.SH to match NUM_SWITCH_BYTES X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=a2309d20d032693b5ce7d3994b8b0ba9acd29c40;p=cobramush.git Updated mkcmds.sh.SH to match NUM_SWITCH_BYTES --- diff --git a/utils/mkcmds.sh.SH b/utils/mkcmds.sh.SH index 1de7acd..e455859 100644 --- a/utils/mkcmds.sh.SH +++ b/utils/mkcmds.sh.SH @@ -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