From 1ffc53e8c3b797be216dc908896e37ffffcab5d9 Mon Sep 17 00:00:00 2001 From: Ari Johnson Date: Sat, 3 Mar 2007 03:52:38 +0000 Subject: [PATCH] Updated mkcmds.sh.SH to match NUM_SWITCH_BYTES (cherry picked from commit a2309d20d032693b5ce7d3994b8b0ba9acd29c40) --- utils/mkcmds.sh.SH | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2