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 /lisplib.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 'lisplib.c')
0 files changed, 0 insertions, 0 deletions