regcomp.c: Silence compiler warning
authorKarl Williamson <public@khwilliamson.com>
Mon, 7 Jan 2013 03:01:28 +0000 (20:01 -0700)
committerKarl Williamson <public@khwilliamson.com>
Mon, 7 Jan 2013 04:22:43 +0000 (21:22 -0700)
commita34060b8ba3983da646f31bf07ece5c8f17eb075
tree1319f300fec2e2302289639508d898b8c294deb9
parentc5e4f318976259237b602db505ed6dfe2549d067
regcomp.c: Silence compiler warning

One of our smoke compilers is not smart enough to know that the
remainder when dividing by two can only be a 0 or a 1.
regcomp.c