forked from lix-project/lix
parent
7c9d0a5969
commit
f39979c6d3
|
@ -63,6 +63,8 @@ void Bindings::sort()
|
||||||
|
|
||||||
static void printValue(std::ostream & str, std::set<const Value *> & active, const Value & v)
|
static void printValue(std::ostream & str, std::set<const Value *> & active, const Value & v)
|
||||||
{
|
{
|
||||||
|
checkInterrupt();
|
||||||
|
|
||||||
if (active.find(&v) != active.end()) {
|
if (active.find(&v) != active.end()) {
|
||||||
str << "<CYCLE>";
|
str << "<CYCLE>";
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue