mirror of
https://github.com/NixOS/nix
synced 2025-06-27 00:11:17 +02:00
@eelco's feedback: downgrade to regular float for size, remove unused function.
This commit is contained in:
parent
a12a43046b
commit
934642155c
2 changed files with 1 additions and 24 deletions
|
@ -39,7 +39,7 @@ class XMLWriter;
|
|||
|
||||
|
||||
typedef long NixInt;
|
||||
typedef double NixFloat;
|
||||
typedef float NixFloat;
|
||||
|
||||
/* External values must descend from ExternalValueBase, so that
|
||||
* type-agnostic nix functions (e.g. showType) can be implemented
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue