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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/alloc.c
Date: Mon, 13 Oct 2003 14:45:03 -0400

Index: emacs/src/alloc.c
diff -c emacs/src/alloc.c:1.326 emacs/src/alloc.c:1.327
*** emacs/src/alloc.c:1.326     Fri Sep 19 11:49:25 2003
--- emacs/src/alloc.c   Mon Oct 13 14:45:03 2003
***************
*** 756,761 ****
--- 756,766 ----
  #else
        base = malloc (ABLOCKS_BYTES);
        abase = ALIGN (base, BLOCK_ALIGN);
+       if (base == 0)
+       {
+         UNBLOCK_INPUT;
+         memory_full ();
+       }
  #endif
  
        aligned = (base == abase);




reply via email to

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