/[emacs]/emacs/gc/dbg_mlc.c
ViewVC logotype

Diff of /emacs/gc/dbg_mlc.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2.2.1 by fx, Thu Jun 5 18:23:04 2003 UTC revision 1.2.2.1.2.1 by fx, Mon Jun 16 15:19:52 2003 UTC
# Line 924  void GC_print_all_smashed_proc () Line 924  void GC_print_all_smashed_proc ()
924  void GC_check_heap_proc()  void GC_check_heap_proc()
925  {  {
926  #   ifndef SMALL_CONFIG  #   ifndef SMALL_CONFIG
927          if (sizeof(oh) & (2 * sizeof(word) - 1) != 0) {  #     ifdef ALIGN_DOUBLE
928              ABORT("Alignment problem: object header has inappropriate size\n");          GC_STATIC_ASSERT((sizeof(oh) & (2 * sizeof(word) - 1)) == 0);
929          }  #     else
930            GC_STATIC_ASSERT((sizeof(oh) & (sizeof(word) - 1)) == 0);
931    #     endif
932  #   endif  #   endif
933      GC_apply_to_all_blocks(GC_check_heap_block, (word)0);      GC_apply_to_all_blocks(GC_check_heap_block, (word)0);
934  }  }

Legend:
Removed from v.1.2.2.1  
changed lines
  Added in v.1.2.2.1.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26