diff options
Diffstat (limited to 'dat.h')
-rw-r--r-- | dat.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,6 @@ struct Term { u8int tag; u8int inparens; - uvlong clausenr; Term *next; union { @@ -51,6 +50,7 @@ struct Binding struct Goal { Term *goal; + uvlong goalnr; /* What clause caused this goal to be activated? */ Module *module; /* What module is this goal to be evaluated in? */ Term *catcher; /* When this is non-nil, the goal is a catch frame, goal is the recovery. */ Goal *next; |