aboutsummaryrefslogtreecommitdiff
path: root/src/interp/topics.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2012-08-26 02:18:54 +0000
committerdos-reis <gdr@axiomatics.org>2012-08-26 02:18:54 +0000
commite4d0798fd570256bd6d399ce714fe55293044da6 (patch)
tree99417eb99530f3dceda4f8f25c5718ea801be5f2 /src/interp/topics.boot
parent8e50d849f23a839f2410cc388f97ee2dc4c76786 (diff)
downloadopen-axiom-e4d0798fd570256bd6d399ce714fe55293044da6.tar.gz
* interp/br-saturn.boot: Replace TERPRI with finishLine.
* interp/c-util.boot: Likewise. * interp/clam.boot: Likewise. * interp/compiler.boot: Likewise. * interp/diagnostics.boot: Likewise. * interp/format.boot: Likewise. * interp/functor.boot: Likewise. * interp/g-error.boot: Likewise. * interp/ht-util.boot: Likewise. * interp/i-syscmd.boot: Likewise. * interp/i-toplev.boot: Likewise. * interp/postpar.boot: Likewise. * interp/setvars.boot: Likewise. * interp/topics.boot: Likewise. * interp/trace.boot: Likewise.
Diffstat (limited to 'src/interp/topics.boot')
-rw-r--r--src/interp/topics.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/topics.boot b/src/interp/topics.boot
index 6174b0bd..22a8ed50 100644
--- a/src/interp/topics.boot
+++ b/src/interp/topics.boot
@@ -1,4 +1,4 @@
--- Copyright (c) 1991-2002, The Numerical ALgorithms Group Ltd.
+-- Copyright (c) 1991-2002, The Numerical Algorithms Group Ltd.
-- All rights reserved.
-- Copyright (C) 2007-2012, Gabriel Dos Reis.
-- All rights reserved.
@@ -207,7 +207,7 @@ tdPrint hash ==
sayBrightly [key,'":"]
sayBrightlyNT '" "
for x in tableValue(hash,key) repeat sayBrightlyNT ['" ",x]
- TERPRI()
+ finishLine $OutputStream
topics con ==
--assumes that DOCUMENTATION property already has #s added