diff options
Diffstat (limited to 'dat.h')
-rw-r--r-- | dat.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ struct Binding struct Goal { Term *goal; + Term *catcher; /* When this is non-nil, the goal is a catch frame, goal is the recovery. */ Goal *next; }; |