[include jhc_case_fell_off() assertions even when not debugging.
John Meacham <john@repetae.net>**20070602010519] hunk ./data/jhc_rts.c 71
-#if _JHC_DEBUG
hunk ./data/jhc_rts.c 77
-#else
-
-#define jhc_case_fell_off(x) do {} while(0)
-
-#endif