Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/src/alloc.c Thu Sep 11 22:22:11 2003 +0000 +++ b/src/alloc.c Thu Sep 11 22:41:16 2003 +0000 @@ -2851,7 +2851,6 @@ marker_block_index = MARKER_BLOCK_SIZE; marker_free_list = 0; n_marker_blocks = 0; - fprintf(stderr, "union Lisp_Misc = %d\n", sizeof (union Lisp_Misc)); } /* Return a newly allocated Lisp_Misc object, with no substructure. */
