aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/strap')
-rw-r--r--src/algebra/strap/OUTFORM.lsp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/algebra/strap/OUTFORM.lsp b/src/algebra/strap/OUTFORM.lsp
index 9f6d60da..636f4db5 100644
--- a/src/algebra/strap/OUTFORM.lsp
+++ b/src/algebra/strap/OUTFORM.lsp
@@ -63,6 +63,9 @@
(DECLAIM (FTYPE (FUNCTION (|%DoubleFloat| |%Shell|) |%Thing|)
|OUTFORM;outputForm;Df$;14|))
+(PUT '|OUTFORM;outputForm;Df$;14| '|SPADreplace|
+ 'DFLOAT-FORMAT-GENERAL)
+
(DECLAIM (FTYPE (FUNCTION (|%String| |%Shell|) |%Thing|)
|OUTFORM;outputForm;S$;15|))
@@ -557,7 +560,8 @@
(DEFUN |OUTFORM;outputForm;S$;13| (|e| $) (DECLARE (IGNORE $)) |e|)
(DEFUN |OUTFORM;outputForm;Df$;14| (|f| $)
- (FORMAT NIL (|getShellEntry| $ 6) |f|))
+ (DECLARE (IGNORE $))
+ (DFLOAT-FORMAT-GENERAL |f|))
(DEFUN |OUTFORM;outputForm;S$;15| (|s| $)
(SPADCALL (|spadConstant| $ 27)