- Huge code documentation effort.

This commit is contained in:
ccremers
2006-01-02 21:06:08 +00:00
parent 6676266f4a
commit da75862d82
24 changed files with 127 additions and 94 deletions

View File

@@ -13,8 +13,6 @@
#include "specialterm.h"
#include "switches.h"
#define length step
//! Check whether a binding (goal) is selectable
int
is_goal_selectable (const Binding b)
@@ -99,7 +97,7 @@ termBindConsequences (const System sys, Term t)
rd = sys->runs[run].start;
step = 0;
while (step < sys->runs[run].length)
while (step < sys->runs[run].height)
{
Termlist tl;