diff options
Diffstat (limited to 'src/interp/macex.boot')
-rw-r--r-- | src/interp/macex.boot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/macex.boot b/src/interp/macex.boot index f3966cc5..72287f85 100644 --- a/src/interp/macex.boot +++ b/src/interp/macex.boot @@ -1,6 +1,6 @@ -- Copyright (c) 1991-2002, The Numerical ALgorithms Group Ltd. -- All rights reserved. --- Copyright (C) 2007-2008, Gabriel Dos Reis. +-- Copyright (C) 2007-2010, Gabriel Dos Reis. -- All rights reserved. -- -- Redistribution and use in source and binary forms, with or without @@ -182,7 +182,7 @@ mac0InfiniteExpansion(posn, body, active) == got := mac0GetName b not got => '"???" [sy,st] := got - st = 'mlambda => CONCAT(PNAME sy, '"(...)") + st = 'mlambda => strconc(PNAME sy, '"(...)") PNAME sy ncSoftError (posn, 'S2CM0005, _ [ [:[n,'"==>"] for n in reverse rnames], fname, %pform body ] ) |