#234 closed enhancement (fixed)
provide safe C_inline definitions for some fixnum operations
| Reported by: | felix winkelmann | Owned by: | felix winkelmann |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | core libraries | Version: | 4.5.0 |
| Keywords: | fxmod fx/ | Cc: | |
| Estimated difficulty: |
Description
The following fixnum-operations should be provided as safe directly callable C_inline definitions in chicken.h:
fxmod fx/
This may require renaming the currently existing C_fixnum_modulo and C_fixnum_divide to C_u_....
Note: See
TracTickets for help on using
tickets.

See commit c1f8ca15d237ed91ebe52e28b2200f906b777f49 (experimental).