comparison src/eval.c @ 249:83b3d10dcba9 r20-5b23

Import from CVS: tag r20-5b23
author cvs
date Mon, 13 Aug 2007 10:19:09 +0200
parents 51092a27c943
children 677f6a0ee643
comparison
equal deleted inserted replaced
248:ad40ac2754d8 249:83b3d10dcba9
4924 catches, condition-cases, and unwind-protects were made as well as 4924 catches, condition-cases, and unwind-protects were made as well as
4925 function calls. 4925 function calls.
4926 */ 4926 */
4927 (stream, detailed)) 4927 (stream, detailed))
4928 { 4928 {
4929 /* This function can GC */
4929 struct backtrace *backlist = backtrace_list; 4930 struct backtrace *backlist = backtrace_list;
4930 struct catchtag *catches = catchlist; 4931 struct catchtag *catches = catchlist;
4931 int speccount = specpdl_depth_counter; 4932 int speccount = specpdl_depth_counter;
4932 4933
4933 int old_nl = print_escape_newlines; 4934 int old_nl = print_escape_newlines;