aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/types.h b/types.h
index 846d86a..1c122a4 100644
--- a/types.h
+++ b/types.h
@@ -385,6 +385,7 @@ class Continuation : public Container {/*{{{*/
Environment *envt; /**< The saved envt */
Pair *pc; /**< The saved pc */
Pair *state; /**< The state of this compound */
+ bool tail; /**< If the proper tail opt is on */
/** Create a continuation */
Continuation(Environment *envt, Pair *pc, Continuation *prev_cont);