emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/alloc.c


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/alloc.c
Date: Thu, 11 Sep 2003 18:41:16 -0400

Index: emacs/src/alloc.c
diff -c emacs/src/alloc.c:1.324 emacs/src/alloc.c:1.325
*** emacs/src/alloc.c:1.324     Thu Sep 11 18:18:00 2003
--- emacs/src/alloc.c   Thu Sep 11 18:41:16 2003
***************
*** 2851,2857 ****
    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.  */
--- 2851,2856 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]