comparison src/xfaces.c @ 42206:0f4506820432

Doc fix.
author Pavel Janík <Pavel@Janik.cz>
date Thu, 20 Dec 2001 19:01:00 +0000
parents ee7c1fe5feaf
children e1291f1c4a5b
comparison
equal deleted inserted replaced
42205:7308bbc423d5 42206:0f4506820432
3328 by an earlier use of CYCLE_CHECK. SUSPICIOUS is the number of 3328 by an earlier use of CYCLE_CHECK. SUSPICIOUS is the number of
3329 elements after which a cycle might be suspected; after that many 3329 elements after which a cycle might be suspected; after that many
3330 elements, this macro begins consing in order to keep more precise 3330 elements, this macro begins consing in order to keep more precise
3331 track of elements. 3331 track of elements.
3332 3332
3333 Returns NIL if a cycle was detected, otherwise a new value for CHECK 3333 Returns nil if a cycle was detected, otherwise a new value for CHECK
3334 that includes EL. 3334 that includes EL.
3335 3335
3336 CHECK is evaluated multiple times, EL and SUSPICIOUS 0 or 1 times, so 3336 CHECK is evaluated multiple times, EL and SUSPICIOUS 0 or 1 times, so
3337 the caller should make sure that's ok. */ 3337 the caller should make sure that's ok. */
3338 3338