Convert Boyer-Moore limits to unsigned types
commit5433192c1ff29d62c70b5d6d96f111d586c1dbbb
authorPetr Tesarik <petr@tesarici.cz>
Mon, 1 Oct 2012 16:50:22 +0000 (1 18:50 +0200)
committerPetr Tesarik <petr@tesarici.cz>
Mon, 1 Oct 2012 17:01:33 +0000 (1 19:01 +0200)
tree01c2a46461ec485d6a74a0eb49120ff8f9e6d236
parent33aa9a0b65e04bee685efdcdce8bf53899a65208
Convert Boyer-Moore limits to unsigned types

With the previous commit in place, the limits don't need the sign any
longer. Interestingly, this somehow simplifies the picture for the
gcc compiler, so it produces shorter code...
libhed/file.c