forked from OCamlPro/gnucobol
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
another more compiler warning fixed...
libcob/intrinsic.c (cob_intr_hex_to_char): minor speedup by switch to pointer arithmetic plus c89 line comments
- Loading branch information
sf-mensch
committed
Jan 18, 2023
1 parent
9e69866
commit a917774
Showing
4 changed files
with
12 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,8 @@ | |
has proven to be a bit faster than multiplication on pre-calculated mpz | ||
* numeric.c (cob_cmp_packed): optimized for speed | ||
* intrinsic.c (at_cr_or_db): fixed to do case-insensitive check | ||
* intrinsic.c (cob_intr_hex_to_char): minor speedup by switch to pointer | ||
arithmetic (fixing compiler warning) | ||
|
||
2023-01-17 Simon Sobisch <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters