[314] in Coldmud discussion meeting

root meeting help first first in chain previous in chain previous next last

Re: 11.*

daemon@ATHENA.MIT.EDU (Tue May 24 10:55:23 1994 )

To: BRANDON@cc.usu.edu
Cc: coldstuff@MIT.EDU
In-Reply-To: Your message of "Mon, 23 May 1994 22:19:04 MDT."
             <01HCP0CQX1Y0BWCX9J@cc.usu.edu> 
Date: Tue, 24 May 1994 10:52:41 -0400
From: Greg Hudson <ghudson@MIT.EDU>


>> dict_add_elem() and dict_del_elem() have been removed. They may be
>> coded in-db with dict_add() and dict_del(), as well as a setadd()
>> or setremove() and some other logic.

> setadd and setremove have been removed?  Quite frankly I never had
> the use for dict_*_elem().

If I may be so bold, I think the original message meant:

dict_add_elem() and dict_del_elem() have been removed.
dict_add_elem() and dict_del_elem() may be coded in-db using
dict_add(), dict_del(), setadd(), setremove(), and some other logic.

(Those two functions were a pretty silly idea on my part in the first
place.)

--GBH