summaryrefslogtreecommitdiffstats
path: root/linenoise
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2019-02-14 06:58:14 -0800
committerKaz Kylheku <kaz@kylheku.com>2019-02-14 06:58:14 -0800
commit8c25a6210a1fc44901fd6ebf7fb3f63c0ca5eec0 (patch)
treeacb64699c567dba023fe5c3591fe96e22f3ef2ba /linenoise
parent4477112731119ebc28d5e4a9dce858d8d008af36 (diff)
downloadtxr-8c25a6210a1fc44901fd6ebf7fb3f63c0ca5eec0.tar.gz
txr-8c25a6210a1fc44901fd6ebf7fb3f63c0ca5eec0.tar.bz2
txr-8c25a6210a1fc44901fd6ebf7fb3f63c0ca5eec0.zip
gethash_f: removing function.
Uses of gethash_f can be replaced with gethash_e, which returns the hash cell directly rather than through a loc argument. Code that needs the value can call cdr itself. * hash.c (inhash, hash_isec, hash_update_1): Replace gethash_f with gethash_e. (gethash_f): Function removed. * hash.h (gethash_f): Declaration removed. * lib.c (use_sym, unuse_sym, find_symbol, unintern, intern_fallback, in, sel, populate_obj_hash): Replace gethash_f with gethash_e.
Diffstat (limited to 'linenoise')
0 files changed, 0 insertions, 0 deletions