aboutsummaryrefslogtreecommitdiff
path: root/src/interp/c-doc.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-12-12 19:35:37 +0000
committerdos-reis <gdr@axiomatics.org>2010-12-12 19:35:37 +0000
commit51828facc9bb3dd130b723cb49b1b5eff04231dd (patch)
treee94c75ed0938b260a8f7fa0ea0de4b0a031acecd /src/interp/c-doc.boot
parentf1c5b36d7eeb93b28a346101142e80d8035b072b (diff)
downloadopen-axiom-51828facc9bb3dd130b723cb49b1b5eff04231dd.tar.gz
Fix codegen for pattern matching strings
Diffstat (limited to 'src/interp/c-doc.boot')
-rw-r--r--src/interp/c-doc.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/c-doc.boot b/src/interp/c-doc.boot
index bb92d222..5ccc98ce 100644
--- a/src/interp/c-doc.boot
+++ b/src/interp/c-doc.boot
@@ -136,7 +136,7 @@ finalizeDocumentation() ==
if u := [sig for [sig,:doc] in docList | null doc] then
for y in u repeat
y = 'constructor => noHeading := true
- y is [x,b] and b is [='attribute,:r] =>
+ y is [x,b] and b is ['attribute,:r] =>
attributes := [[x,:r],:attributes]
signatures := [y,:signatures]
name := first $lisplibForm