diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-10-06 21:03:52 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-10-06 21:03:52 -0700 |
commit | 829f02b346d4060e64ec5847cbd0f066edd4a144 (patch) | |
tree | e49bb65e98537b833e1d49a88008b30b175a96c2 /struct.h | |
parent | 4adbf9319259d94604c9f5b5d27c3b3e3e0118f0 (diff) | |
download | txr-829f02b346d4060e64ec5847cbd0f066edd4a144.tar.gz txr-829f02b346d4060e64ec5847cbd0f066edd4a144.tar.bz2 txr-829f02b346d4060e64ec5847cbd0f066edd4a144.zip |
New function: clear-struct.
* struct.c (clear_struct): New function.
(struct_init): Register clear-struct intrinsic.
* struct.h (struct_init): Declared.
* txr.1: documented clear-struct.
Diffstat (limited to 'struct.h')
-rw-r--r-- | struct.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ val struct_type_p(val obj); val super(val type); val make_struct(val type, val plist, struct args *); val copy_struct(val strct); +val clear_struct(val strct, val value); val find_struct_type(val sym); val slot(val strct, val sym); val slotset(val strct, val sym, val newval); |