comparison src/eval.c @ 420:41dbb7a9d5f2 r21-2-18

Import from CVS: tag r21-2-18
author cvs
date Mon, 13 Aug 2007 11:24:09 +0200
parents 697ef44129c6
children 11054d720c21
comparison
equal deleted inserted replaced
419:66615b78f1a5 420:41dbb7a9d5f2
294 write_c_string (name, printcharfun); 294 write_c_string (name, printcharfun);
295 write_c_string (trailer, printcharfun); 295 write_c_string (trailer, printcharfun);
296 } 296 }
297 297
298 DEFINE_LRECORD_IMPLEMENTATION ("subr", subr, 298 DEFINE_LRECORD_IMPLEMENTATION ("subr", subr,
299 this_one_is_unmarkable, print_subr, 0, 0, 0, 299 this_one_is_unmarkable, print_subr, 0, 0, 0, 0,
300 Lisp_Subr); 300 Lisp_Subr);
301 301
302 /************************************************************************/ 302 /************************************************************************/
303 /* Entering the debugger */ 303 /* Entering the debugger */
304 /************************************************************************/ 304 /************************************************************************/