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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/puresize.h [lexbind]
Date: Wed, 15 Sep 2004 20:32:56 -0400

Index: emacs/src/puresize.h
diff -c emacs/src/puresize.h:1.65.2.3 emacs/src/puresize.h:1.65.2.4
*** emacs/src/puresize.h:1.65.2.3       Tue Apr 13 10:16:19 2004
--- emacs/src/puresize.h        Thu Sep 16 00:15:01 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]