diff options
Diffstat (limited to 'src/interp/posit.boot')
-rw-r--r-- | src/interp/posit.boot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/posit.boot b/src/interp/posit.boot index 05679001..c1d46fda 100644 --- a/src/interp/posit.boot +++ b/src/interp/posit.boot @@ -1,6 +1,6 @@ -- Copyright (c) 1991-2002, The Numerical ALgorithms Group Ltd. -- All rights reserved. --- Copyright (C) 2007-2011, Gabriel Dos Reis. +-- Copyright (C) 2007-2012, Gabriel Dos Reis. -- All rights reserved. -- -- Redistribution and use in source and binary forms, with or without @@ -242,6 +242,6 @@ pfPrintSrcLines(pf) == for l in lines repeat line := first l if lno < lnGlobalNum(line) then - FORMAT(true, '" ~A~%", lnString line) + formatToStdout('" ~A~%", lnString line) lno := lnGlobalNum(line) |