emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/puresize.h


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/puresize.h
Date: Tue, 14 Sep 2004 17:12:44 -0400

Index: emacs/src/puresize.h
diff -c emacs/src/puresize.h:1.71 emacs/src/puresize.h:1.72
*** emacs/src/puresize.h:1.71   Mon Apr 12 19:40:10 2004
--- emacs/src/puresize.h        Tue Sep 14 20:53:18 2004
***************
*** 47,53 ****
  
  /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */
  #ifndef PURESIZE_RATIO
! #if VALBITS + GCTYPEBITS + 1 > 32
  #define PURESIZE_RATIO 9/5    /* Don't surround with `()'. */
  #else
  #define PURESIZE_RATIO 1
--- 47,53 ----
  
  /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */
  #ifndef PURESIZE_RATIO
! #if BITS_PER_EMACS_INT > 32
  #define PURESIZE_RATIO 9/5    /* Don't surround with `()'. */
  #else
  #define PURESIZE_RATIO 1




reply via email to

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