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: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/puresize.h
Date: Fri, 22 Feb 2002 06:21:04 -0500

Index: emacs/src/puresize.h
diff -c emacs/src/puresize.h:1.59 emacs/src/puresize.h:1.60
*** emacs/src/puresize.h:1.59   Sun Nov 18 05:59:49 2001
--- emacs/src/puresize.h        Fri Feb 15 16:51:56 2002
***************
*** 1,5 ****
  /* How much read-only Lisp storage a dumped Emacs needs.
!    Copyright (C) 1993 Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
--- 1,5 ----
  /* How much read-only Lisp storage a dumped Emacs needs.
!    Copyright (C) 1993, 2002 Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
***************
*** 48,54 ****
  /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */
  #ifndef PURESIZE_RATIO
  #if VALBITS + GCTYPEBITS + 1 > 32
! #define PURESIZE_RATIO 8/5    /* Don't surround with `()'. */
  #else
  #define PURESIZE_RATIO 1
  #endif
--- 48,54 ----
  /* 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
  #endif



reply via email to

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