[fix typo in CHAR_BITS -> CHAR_BIT
John Meacham <john@repetae.net>**20080211185326] hunk ./data/jhc_rts.c 126
-        assert(CHAR_BITS == 8);
+        assert(CHAR_BIT == 8);