diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2018-04-06 06:20:13 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2018-04-06 06:20:13 -0700 |
commit | 0955e45650c166de341ed789885dff318e6c3d63 (patch) | |
tree | 74aa4a44701750247e3236cd884836c0e3bf0a80 /protsym.c | |
parent | 88c878cbc90c36ef0223679c5a7f76d554761bb2 (diff) | |
download | txr-0955e45650c166de341ed789885dff318e6c3d63.tar.gz txr-0955e45650c166de341ed789885dff318e6c3d63.tar.bz2 txr-0955e45650c166de341ed789885dff318e6c3d63.zip |
structs: get rid of sys:slot and sys:static-slot.
* share/txr/stdlib/struct.tl (defstruct, sys:check-slot,
defmeth): Use slot rather than sys:slot as indicator in
tentative defs.
* struct.c (static_slot_s): Variable removed.
(struct_init): slot_s initialized with symbol in user package,
rather than system package. Initialization of static_slot_s
removed. Existing slot function now registered using slot_s.
(static_slot_type_reg): Remove reference to static_slot_s.
This was a dud all along; nothing publishes deferred warnings
against this symbol.
* protsym.c (protected_sym): Remove static_slot_s.
Diffstat (limited to 'protsym.c')
-rw-r--r-- | protsym.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -237,7 +237,7 @@ val *protected_sym[] = { &seek_s, &sequence_s, &set_prop_s, &set_s, &setq_s, &setqf_s, &short_s, &shortest_k, &single_s, &size_k, &size_s, &skip_s, &slot_s, &some_s, &space_k, - &special_s, &splice_s, &stat_s, &static_slot_s, &stddebug_s, + &special_s, &splice_s, &stat_s, &stddebug_s, &stderr_s, &stdin_s, &stdio_stream_s, &stdnull_s, &stdout_s, &str_d_s, &str_s, &stream_s, &string_k, &string_s, &struct_lit_s, &struct_s, &struct_type_s, &switch_s, &sym_s, |