- Added some useful macros to term.h to address subparts (e.g.
TermOp1(t)). Renamed all uses.
This commit is contained in:
@@ -61,7 +61,7 @@ roledefPrintGeneric (Roledef rd, int print_actor)
|
||||
if (protocolCount < 2 && realTermTuple (label))
|
||||
{
|
||||
// Only one protocol, so we don't need to show the extra label info
|
||||
label = label->right.op2;
|
||||
label = TermOp2(label);
|
||||
}
|
||||
|
||||
//! Print latex/normal
|
||||
|
||||
Reference in New Issue
Block a user