projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7ab86d
)
Fix missing #include.
author
Taylor R Campbell
<campbell@mumble.net>
Sun, 25 Aug 2019 18:25:43 +0000
(18:25 +0000)
committer
Taylor R Campbell
<campbell@mumble.net>
Sun, 25 Aug 2019 19:11:54 +0000
(19:11 +0000)
Mistake failed silently because it only changed #ifdef outcome.
src/microcode/flonum.c
patch
|
blob
|
history
diff --git
a/src/microcode/flonum.c
b/src/microcode/flonum.c
index a5c6df166772d0f98c183f4b962cc6cd3209fa70..7a8062e88f8e6401f4dedef7037de41511bbc71f 100644
(file)
--- a/
src/microcode/flonum.c
+++ b/
src/microcode/flonum.c
@@
-33,6
+33,7
@@
USA.
#include "prims.h"
#include "ctassert.h"
#include "fma.h"
+#include "floenv.h"
double
arg_flonum (int arg_number)