From 3c6e957edadd896e15c32c5f7765913c8ad4d63c Mon Sep 17 00:00:00 2001 From: Teddy Date: Thu, 15 Aug 2013 08:30:12 +0800 Subject: tail-recursion opt in user-def call --- types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'types.h') 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); -- cgit v1.2.3