git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@811
e59a4935-1847-0410-ae03-
e826735625c1
case SYMBOL:
//cerr << "debugging: symbol added: " << term << endl;
Vars[term]++;
- break;
+ return;
case READ:
//skip the arrayname, provided the arrayname is a SYMBOL
//But we don't skip it if it's a WRITE function??
case SYMBOL:
//cerr << "debugging: symbol added: " << term << endl;
Vars.insert(term);
- break;
+ return;
case READ:
//skip the arrayname, provided the arrayname is a SYMBOL
if (SYMBOL == term[0].GetKind())