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:
59bdd5c
)
Include osscheme.h in flonum.c for error_unimplemented_primitive.
author
Taylor R Campbell
<campbell@mumble.net>
Sun, 31 Jul 2011 23:27:08 +0000
(23:27 +0000)
committer
Taylor R Campbell
<campbell@mumble.net>
Sun, 31 Jul 2011 23:27:08 +0000
(23:27 +0000)
(What's error_unimplemented_primitive doing there?)
src/microcode/flonum.c
patch
|
blob
|
history
diff --git
a/src/microcode/flonum.c
b/src/microcode/flonum.c
index 9b4f5e437718c216e48176deb2bed640f26d3992..20d29713a4030464bff347529f8d72ec2e20fa66 100644
(file)
--- a/
src/microcode/flonum.c
+++ b/
src/microcode/flonum.c
@@
-27,6
+27,7
@@
USA.
/* Floating Point Arithmetic */
#include "scheme.h"
+#include "osscheme.h" /* error_unimplemented_primitive -- foo */
#include "prims.h"
#include <errno.h>