/[emacs]/emacs/src/puresize.h
ViewVC logotype

Diff of /emacs/src/puresize.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.59 by gerd, Sun Nov 18 10:59:49 2001 UTC revision 1.60 by schwab, Fri Feb 15 21:51:56 2002 UTC
# Line 1  Line 1 
1  /* How much read-only Lisp storage a dumped Emacs needs.  /* How much read-only Lisp storage a dumped Emacs needs.
2     Copyright (C) 1993 Free Software Foundation, Inc.     Copyright (C) 1993, 2002 Free Software Foundation, Inc.
3    
4  This file is part of GNU Emacs.  This file is part of GNU Emacs.
5    
# Line 48  Boston, MA 02111-1307, USA.  */ Line 48  Boston, MA 02111-1307, USA.  */
48  /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */  /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */
49  #ifndef PURESIZE_RATIO  #ifndef PURESIZE_RATIO
50  #if VALBITS + GCTYPEBITS + 1 > 32  #if VALBITS + GCTYPEBITS + 1 > 32
51  #define PURESIZE_RATIO 8/5      /* Don't surround with `()'. */  #define PURESIZE_RATIO 9/5      /* Don't surround with `()'. */
52  #else  #else
53  #define PURESIZE_RATIO 1  #define PURESIZE_RATIO 1
54  #endif  #endif

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26