diff options
Diffstat (limited to 'lisp_api.h')
| -rw-r--r-- | lisp_api.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,7 @@ struct value { env *env; } thunk; } as; + int reachable; }; value *make_int(int i); |
![]() |
index : lisp | |
| Unnamed repository; edit this file 'description' to name the repository. |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | lisp_api.h | 1 |
@@ -48,6 +48,7 @@ struct value { env *env; } thunk; } as; + int reachable; }; value *make_int(int i); |