From: Deborah H. <de...@us...> - 2001-11-26 23:53:26
|
Update of /cvsroot/tics/tics/tlisp/functions In directory usw-pr-cvs1:/tmp/cvs-serv16207/functions Modified Files: Add.tcc Add1.tcc Create.tcc Eval.tcc First.tcc Get.tcc Last.tcc Lattr.tcc Let.tcc Object.tcc Pemit.tcc Rest.tcc Reverse.tcc Set.tcc Log Message: Added an EVAL() macro for use in evaluating function arguments and other things in the proper context, and tweaked all the functions to use it. ALL FUNCTIONS SHOULD USE THIS MACRO TO EVAL THINGS unless that function has some specific reason for evaluating things outside of the normal context. |