Skip to content

Commit

Permalink
fix bad line in [r5343]
Browse files Browse the repository at this point in the history
  • Loading branch information
sf-mensch committed Sep 29, 2024
1 parent 903ba84 commit a3e00be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcob/numeric.c
Original file line number Diff line number Diff line change
Expand Up @@ -1676,7 +1676,7 @@ cob_decimal_set_binary (cob_decimal *d, cob_field *f)
}
#endif

#ifndef COB_32_BIT_LONG
#elif !defined (COB_32_BIT_LONG)
if (COB_FIELD_HAVE_SIGN (f)) {
mpz_set_si (d->value, cob_binary_get_sint64 (f));
} else {
Expand Down

0 comments on commit a3e00be

Please sign in to comment.