aboutsummaryrefslogtreecommitdiff
path: root/src/interp/newfort.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-05-02 05:07:58 +0000
committerdos-reis <gdr@axiomatics.org>2011-05-02 05:07:58 +0000
commit927875aade5720ec0e0cfbe741988011a604678f (patch)
tree27a1edd6e6d161a2b640380584440bc45d4ea621 /src/interp/newfort.boot
parent29e53d366bd313f432aa744b651875f97438586c (diff)
downloadopen-axiom-927875aade5720ec0e0cfbe741988011a604678f.tar.gz
* interp/c-util.boot (categoryRef, domainRef, canonicalForm)
(instantiatorCtor, instantiatorArgs, categoryExports): New.
Diffstat (limited to 'src/interp/newfort.boot')
-rw-r--r--src/interp/newfort.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/newfort.boot b/src/interp/newfort.boot
index 43ad03c0..7aba6f9e 100644
--- a/src/interp/newfort.boot
+++ b/src/interp/newfort.boot
@@ -675,7 +675,7 @@ mkParameterList l ==
apply(function strconc,[STRINGIMAGE(first u),'"(",_
:rest [:['",",:statement2Fortran(v)] for v in rest u],'")"])
-nameLen n ==>
+macro nameLen n ==
+/[1+#(u) for u in n]
fortFormatTypes(typeName,names) ==