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: Dave Love
Subject: [Emacs-diffs] Changes to emacs/src/alloc.c
Date: Wed, 20 Aug 2003 12:46:33 -0400

Index: emacs/src/alloc.c
diff -c emacs/src/alloc.c:1.320 emacs/src/alloc.c:1.321
*** emacs/src/alloc.c:1.320     Tue Aug 19 08:58:06 2003
--- emacs/src/alloc.c   Wed Aug 20 12:46:33 2003
***************
*** 552,558 ****
  }
  
  
! /* Like free but block interrupt input..  */
  
  void
  xfree (block)
--- 552,558 ----
  }
  
  
! /* Like free but block interrupt input.  */
  
  void
  xfree (block)
***************
*** 738,744 ****
  
    if (!free_ablock)
      {
!       int i, aligned;
  
  #ifdef DOUG_LEA_MALLOC
        /* Prevent mmap'ing the chunk.  Lisp data may not be mmap'ed
--- 738,745 ----
  
    if (!free_ablock)
      {
!       int i;
!       EMACS_INT aligned; /* int gets warning casting to 64-bit pointer.  */
  
  #ifdef DOUG_LEA_MALLOC
        /* Prevent mmap'ing the chunk.  Lisp data may not be mmap'ed




reply via email to

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