emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/alloca.c
Date: Fri, 09 May 2003 09:54:14 -0400

Index: emacs/src/alloca.c
diff -c emacs/src/alloca.c:1.24 emacs/src/alloca.c:1.25
*** emacs/src/alloca.c:1.24     Sat Dec  7 16:37:34 2002
--- emacs/src/alloca.c  Fri May  9 09:54:14 2003
***************
*** 32,38 ****
  # include <stdlib.h>
  #endif
  
! #ifdef emacs
  # include "lisp.h"
  # include "blockinput.h"
  #endif
--- 32,38 ----
  # include <stdlib.h>
  #endif
  
! #ifdef DO_BLOCK_INPUT
  # include "lisp.h"
  # include "blockinput.h"
  #endif
***************
*** 196,202 ****
    {
      register header *hp;      /* Traverses linked list.  */
  
! #  ifdef emacs
      BLOCK_INPUT;
  #  endif
  
--- 196,202 ----
    {
      register header *hp;      /* Traverses linked list.  */
  
! #  ifdef DO_BLOCK_INPUT
      BLOCK_INPUT;
  #  endif
  
***************
*** 215,221 ****
  
      last_alloca_header = hp;  /* -> last valid storage.  */
  
! #  ifdef emacs
      UNBLOCK_INPUT;
  #  endif
    }
--- 215,221 ----
  
      last_alloca_header = hp;  /* -> last valid storage.  */
  
! #  ifdef DO_BLOCK_INPUT
      UNBLOCK_INPUT;
  #  endif
    }




reply via email to

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