1
0
Fork 0
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:
Christian Theune 2016-01-06 08:25:58 +01:00
parent a12a43046b
commit 934642155c
2 changed files with 1 additions and 24 deletions

View file

@ -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