aboutsummaryrefslogtreecommitdiff
path: root/src/interp/setvars.boot
diff options
context:
space:
mode:
authorGabriel Dos Reis <gdr@axiomatics.org>2015-12-26 00:46:23 -0800
committerGabriel Dos Reis <gdr@axiomatics.org>2015-12-26 00:46:23 -0800
commitce399e9928fc1fed29dddecc6fac5484b9f755a5 (patch)
tree14b4bdd3e495bd4aedeefb755f165244c84efe42 /src/interp/setvars.boot
parent9d21244538d7409aeba74b5ff5f91b1f826ba05c (diff)
downloadopen-axiom-ce399e9928fc1fed29dddecc6fac5484b9f755a5.tar.gz
Use brackets instead of Lisp LIST for sequence literals.
Diffstat (limited to 'src/interp/setvars.boot')
-rw-r--r--src/interp/setvars.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/setvars.boot b/src/interp/setvars.boot
index 3c412d83..ed6c37e9 100644
--- a/src/interp/setvars.boot
+++ b/src/interp/setvars.boot
@@ -618,7 +618,7 @@ setFortDir arg ==
describeSetFortDir() ==
- sayBrightly LIST (
+ sayBrightly [
'"%b",'")set fortran calling directory",'"%d",_
'" is used to tell OpenAxiom where",'"%l",_
'" to place generated FORTRAN files. This must be the name ",'"%l",_
@@ -626,7 +626,7 @@ describeSetFortDir() ==
'" to write (including the final slash).",'"%l",'"%l",_
'" Syntax:",'"%l",_
'" )set fortran calling directory DIRECTORYNAME",'"%l",'"%l",_
- '" The current setting is",'"%b",$fortranDirectory,'"%d")
+ '" The current setting is",'"%b",$fortranDirectory,'"%d"]
setLinkerArgs arg ==