aboutsummaryrefslogtreecommitdiff
path: root/src/interp/pspad2.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-05-09 20:40:25 +0000
committerdos-reis <gdr@axiomatics.org>2010-05-09 20:40:25 +0000
commita6c8f543276feb112a408d9347b56addd558bd6e (patch)
tree1d814c384bdc4d025aae6895d316939d672be34b /src/interp/pspad2.boot
parent4c2ef607671da29d8ee0aefd393227af72936b44 (diff)
downloadopen-axiom-a6c8f543276feb112a408d9347b56addd558bd6e.tar.gz
More STRCONC cleanups
Diffstat (limited to 'src/interp/pspad2.boot')
-rw-r--r--src/interp/pspad2.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/pspad2.boot b/src/interp/pspad2.boot
index 055e9a65..21c48538 100644
--- a/src/interp/pspad2.boot
+++ b/src/interp/pspad2.boot
@@ -546,7 +546,7 @@ formatPileLine($m,x,newLineIfTrue) ==
--======================================================================
-- Utility Functions
--======================================================================
-nBlanks m == "STRCONC"/[char('_ ) for i in 1..m]
+nBlanks m == strconc/[char('_ ) for i in 1..m]
isNewspadOperator op == GETL(op,"Led") or GETL(op,"Nud")