aboutsummaryrefslogtreecommitdiff
path: root/src/interp/compiler.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-10-07 20:19:37 +0000
committerdos-reis <gdr@axiomatics.org>2008-10-07 20:19:37 +0000
commitd2af373ae99abdf494780c872340086cd588b990 (patch)
tree29da74227d0bb1f8c53c90d47cc05c0453881594 /src/interp/compiler.boot
parente7edec07aedf0c1fd83171db1235120bd0f6da4f (diff)
downloadopen-axiom-d2af373ae99abdf494780c872340086cd588b990.tar.gz
* interp/define.boot (compCategoryItem): Don't check signatures yet.
* interp/c-util.boot (isKnownCategory): New. (diagnoseUknownType): Use it. Expand. * interp/compiler.boot (compCat): Use it.
Diffstat (limited to 'src/interp/compiler.boot')
-rw-r--r--src/interp/compiler.boot1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interp/compiler.boot b/src/interp/compiler.boot
index cb237c12..f0d1d245 100644
--- a/src/interp/compiler.boot
+++ b/src/interp/compiler.boot
@@ -1813,6 +1813,7 @@ compilerDoitWithScreenedLisplib(constructor, fun) ==
compCat(form is [functorName,:argl],m,e) ==
fn:= GETL(functorName,"makeFunctionList") or return nil
+ diagnoseUknownType(form,e)
[funList,e]:= FUNCALL(fn,form,form,e)
catForm:=
["Join",'(SetCategory),["CATEGORY","domain",: