- Fixed a bug where labels where not generated nicely if the symbols
already had been declared in another role.
This commit is contained in:
parent
d58fc5ab43
commit
275743c1a3
@ -396,6 +396,13 @@ commEvent (int event, Tac tc)
|
|||||||
makeTermTuple (thisProtocol->nameterm, levelConst (tc->t1.sym));
|
makeTermTuple (thisProtocol->nameterm, levelConst (tc->t1.sym));
|
||||||
level++;
|
level++;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
/* we already had this label constant */
|
||||||
|
/* leaves a garbage tuple. dunnoh what to do with it */
|
||||||
|
label =
|
||||||
|
makeTermTuple (thisProtocol->nameterm, label);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
trip = tc->t2.tac;
|
trip = tc->t2.tac;
|
||||||
switch (event)
|
switch (event)
|
||||||
|
Loading…
Reference in New Issue
Block a user