diff options
author | dos-reis <gdr@axiomatics.org> | 2012-05-12 03:11:52 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2012-05-12 03:11:52 +0000 |
commit | c849886ef096a445a65041c0e54ab02728b7b512 (patch) | |
tree | c8e791d6c78d6146c393d4e9358deb1f4aa3c725 /src/interp/sfsfun.boot | |
parent | d0c0f05a363c11d57c7d70baa224dccb92687ae3 (diff) | |
download | open-axiom-c849886ef096a445a65041c0e54ab02728b7b512.tar.gz |
* interp/c-util.boot: Miscellaneous cleanup.
* interp/compiler.boot: Likewise.
* interp/database.boot: Likewise.
* interp/debug.lisp: Likewise.
* interp/format.boot: Likewise.
* interp/g-timer.boot: Likewise.
* interp/ht-util.boot: Likewise.
* interp/i-syscmd.boot: Likewise.
* interp/macros.lisp: Likewise.
* interp/monitor.lisp: Likewise.
* interp/msgdb.boot: Likewise.
* interp/newfort.boot: Likewise.
* interp/nlib.lisp: Likewise.
* interp/parsing.lisp: Likewise.
* interp/pf2atree.boot: Likewise.
* interp/pf2sex.boot: Likewise.
* interp/posit.boot: Likewise.
* interp/sfsfun.boot: Likewise.
* interp/util.lisp: Likewise.
Diffstat (limited to 'src/interp/sfsfun.boot')
-rw-r--r-- | src/interp/sfsfun.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/sfsfun.boot b/src/interp/sfsfun.boot index f1cba953..1ccba154 100644 --- a/src/interp/sfsfun.boot +++ b/src/interp/sfsfun.boot @@ -72,7 +72,7 @@ namespace BOOT FloatError(formatstring,arg) == -- ERROR(formatstring,arg) - ERROR FORMAT([],formatstring,arg) + ERROR formatToString(formatstring,arg) nangenericcomplex () == COMPLEX NaNQ() |