corrected errors in comparison

implemented compile time checking to eliminate redundant run time error checking
first cut with automatic promotion
This commit is contained in:
Robert Ramey
2015-07-07 14:51:33 -07:00
parent 5ccff22568
commit 2bf3699082
14 changed files with 387 additions and 148 deletions

View File

@@ -173,7 +173,6 @@ const char *test_modulus_result[VALUE_ARRAY_SIZE] = {
)
/**/
#define COUNT sizeof(test_modulus_result)
int main(int argc, char * argv[]){
bool rval = true;
TEST_EACH_VALUE_PAIR