comparison src/alloc.c @ 52475:8256390b71bb

(init_marker): Remove debugging code.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 11 Sep 2003 22:41:16 +0000
parents a3fd06a8c844
children 623355edbb1d
comparison
equal deleted inserted replaced
52474:10551947af24 52475:8256390b71bb
2849 { 2849 {
2850 marker_block = NULL; 2850 marker_block = NULL;
2851 marker_block_index = MARKER_BLOCK_SIZE; 2851 marker_block_index = MARKER_BLOCK_SIZE;
2852 marker_free_list = 0; 2852 marker_free_list = 0;
2853 n_marker_blocks = 0; 2853 n_marker_blocks = 0;
2854 fprintf(stderr, "union Lisp_Misc = %d\n", sizeof (union Lisp_Misc));
2855 } 2854 }
2856 2855
2857 /* Return a newly allocated Lisp_Misc object, with no substructure. */ 2856 /* Return a newly allocated Lisp_Misc object, with no substructure. */
2858 2857
2859 Lisp_Object 2858 Lisp_Object