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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/puresize.h [emacs-unicode-2]
Date: Wed, 15 Sep 2004 05:22:56 -0400

Index: emacs/src/puresize.h
diff -c emacs/src/puresize.h:1.68.2.2 emacs/src/puresize.h:1.68.2.3
*** emacs/src/puresize.h:1.68.2.2       Fri Apr 16 12:50:49 2004
--- emacs/src/puresize.h        Wed Sep 15 09:00:00 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]