Author: jimb
Date: Tue Oct 24 06:02:05 2006
New Revision: 677
Modified:
trunk/include/minor/minor.h
Log:
Doc fixes.
Modified: trunk/include/minor/minor.h
============================================================
==================
--- trunk/include/minor/minor.h (original)
+++ trunk/include/minor/minor.h Tue Oct 24 06:02:05 2006
 -1587,10
+1587,10 
void mn_environment_merge (mn_call_t *, mn_ref_t *dest,
mn_ref_t *src);
/* For each bound symbol in ENV, call FUNC, passing it a
fresh call
- object, CLOSURE, ENV and SYMBOL. FUNC should return
true for the
+ object, CLOSURE, and SYMBOL. FUNC should return true
for the
iteration to proceed; if it wants to throw an exception,
it should
call mn_set_exception and return false. If FUNC returns
true for
- every binding in ENV, return true.
+ every binding in ENV, return true. SYMBOL is owned by
the new call.
If FREE_CLOSURE is non-zero, and a continuation is
applied that
causes this iteration to be abandoned, apply
FREE_CLOSURE to a
_______________________________________________
Minor mailing list
Minor red-bean.com
http:/
/www.red-bean.com/mailman/listinfo/minor
|