From c849886ef096a445a65041c0e54ab02728b7b512 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 12 May 2012 03:11:52 +0000 Subject: * 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. --- src/interp/sfsfun.boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interp/sfsfun.boot') 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() -- cgit v1.2.3