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: Thu, 03 Nov 2005 16:11:22 -0500

Index: emacs/src/alloc.c
diff -c emacs/src/alloc.c:1.380 emacs/src/alloc.c:1.381
*** emacs/src/alloc.c:1.380     Sun Oct 30 07:34:05 2005
--- emacs/src/alloc.c   Thu Nov  3 21:11:20 2005
***************
*** 360,365 ****
--- 360,367 ----
  
  static POINTER_TYPE *lisp_align_malloc P_ ((size_t, enum mem_type));
  static POINTER_TYPE *lisp_malloc P_ ((size_t, enum mem_type));
+ void refill_memory_reserve ();
+ 
  
  #if GC_MARK_STACK || defined GC_MALLOC_CHECK
  
***************
*** 460,466 ****
  static void mem_delete P_ ((struct mem_node *));
  static void mem_delete_fixup P_ ((struct mem_node *));
  static INLINE struct mem_node *mem_find P_ ((void *));
- void refill_memory_reserve ();
  
  
  #if GC_MARK_STACK == GC_MARK_STACK_CHECK_GCPROS
--- 462,467 ----




reply via email to

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