- Made the label naming unique, by adding tuple info with the protocol

name. Now, we can simply test multiple protocol names by
  concatenation.
- Removed the pointer equality leaf hypothesis, as it didn't hold
  anymore.
This commit is contained in:
ccremers
2004-08-27 10:08:03 +00:00
parent 959c8d2c8b
commit d58fc5ab43
5 changed files with 32 additions and 35 deletions

View File

@@ -25,6 +25,9 @@ extern Term TERM_Type;
*/
int globalLatex;
//! Global count of protocols
int protocolCount;
//! Switch for indent or not.
static int indentState = 0;
//! Current indent depth.
@@ -82,6 +85,7 @@ systemInit ()
sys->maxruns = 0;
sys->runs = NULL;
/* no protocols yet */
protocolCount = 0;
sys->protocols = NULL;
sys->locals = NULL;
sys->variables = NULL;