- Added Arachne tuple claims warning. Exits for now at Secrecy tuples.

This commit is contained in:
ccremers 2005-02-19 14:31:15 +00:00
parent 49d314d0f5
commit b675b101bf

View File

@ -564,6 +564,12 @@ commEvent (int event, Tac tc)
("Secrecy claim requires a list of terms to be secret on line %i.", ("Secrecy claim requires a list of terms to be secret on line %i.",
trip->next->lineno); trip->next->lineno);
} }
if (n > 1)
{
error
("Secrecy claim on line %i should not contain tuples (for Arachne) until it is officially supported.",
trip->next->lineno);
}
break; break;
} }
if (claim == CLAIM_Nisynch) if (claim == CLAIM_Nisynch)