comparison src/lisp.h @ 4826:033bdae6b9f9

Format comment.
author Brian Fox <bfox@gnu.org>
date Tue, 05 Oct 1993 01:50:32 +0000
parents 5622149e7f75
children 16e75a0b53e5
comparison
equal deleted inserted replaced
4825:d60016b1f6da 4826:033bdae6b9f9
929 /* This is a chain of structures, each of which points at a Lisp_Object variable 929 /* This is a chain of structures, each of which points at a Lisp_Object variable
930 whose value should be marked in garbage collection. 930 whose value should be marked in garbage collection.
931 Normally every link of the chain is an automatic variable of a function, 931 Normally every link of the chain is an automatic variable of a function,
932 and its `val' points to some argument or local variable of the function. 932 and its `val' points to some argument or local variable of the function.
933 On exit to the function, the chain is set back to the value it had on entry. 933 On exit to the function, the chain is set back to the value it had on entry.
934 This way, no link remains in the chain when the stack frame containing the link disappears. 934 This way, no link remains in the chain when the stack frame containing the
935 link disappears.
935 936
936 Every function that can call Feval must protect in this fashion all 937 Every function that can call Feval must protect in this fashion all
937 Lisp_Object variables whose contents will be used again. */ 938 Lisp_Object variables whose contents will be used again. */
938 939
939 extern struct gcpro *gcprolist; 940 extern struct gcpro *gcprolist;