Fix fenv.fpRadix

This commit is contained in:
def
2015-03-24 03:36:34 +01:00
parent ca5c329533
commit 4f8e435592

View File

@@ -104,7 +104,7 @@ proc feupdateenv*(envp: ptr Tfenv): cint {.importc, header: "<fenv.h>".}
var FP_RADIX_INTERNAL {. importc: "FLT_RADIX" header: "<float.h>" .} : int
template fpRadix* : int = FLT_RADIX_INTERNAL
template fpRadix* : int = FP_RADIX_INTERNAL
## The (integer) value of the radix used to represent any floating
## point type on the architecture used to build the program.