From 431f54e5bfc6267719e18c4a4b183bc29d30125f Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 17 May 2008 02:17:07 +0000 Subject: * interp/compiler.boot (compSetq1): Use %Comma, not Tuple. (setqMultiple): Likewise. * interp/def.lisp (DEF-IS2): Likewise. * interp/define.boot (compAdd): Likewise. * interp/fnewmeta.lisp (|PARSE-Enclosure|): Likewise. * interp/fortcall.boot (lmultiToUnivariate): Likewise. (functionAndJacobian): Likewise. (vectorOfFunctions): Likewise. * interp/mark.boot (markMultipleExplicit): Likewise. (markInsertBodyParts): Likewise. * interp/nruncomp.boot (NRTaddDeltaCode): Likewise. * interp/nrunopt.boot (NRTextendsCategory1): Likewise. * interp/postpar.boot (postTransform): Likewise. (postTran): Likewise. (postPretend): Likewise. (postConstruct): Likewise. (postBlockItem): Likewise. (postCategory): Likewise. (postForm): Likewise. (postTransScripts): Likewise. (postJoin): Likewise. (postMapping): Likewise. (postCollect): Likewise. (postInSeq): Likewise. (postType): Likewise. (post%Comma): Rename from postTuple. (unComma): Rename from unTuple. (comma2Tuple): Remove. * interp/trace.boot (traceSpad2Cmd): Use %Comma, not Tuple. * interp/wi1.boot (compSetq1): Likewise. (setqMultiple):Likewise. * boot/translator.boot (compileBootHandler): Give up if translation to Lisp contained errors. * testsuite/compiler/aw-420.spad: New. --- src/interp/def.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interp/def.lisp') diff --git a/src/interp/def.lisp b/src/interp/def.lisp index 9d684695..b6f7a920 100644 --- a/src/interp/def.lisp +++ b/src/interp/def.lisp @@ -386,7 +386,7 @@ foo defined inside of fum gets renamed as fum,foo.") (defun DEF-IS2 (FORM STRUCT) (let ($IS-EQLIST $IS-SPILL_LIST (FORM (DEFTRAN FORM))) - (if (EQCAR STRUCT '|Tuple|) + (if (EQCAR STRUCT '|%Comma|) (MOAN "you must use square brackets around right arg. to" '%b "is" '%d)) (let* ((X (DEF-IS-EQLIST (DEF-IS-REMDUP STRUCT))) (CODE (if (IDENTP X) -- cgit v1.2.3