/[gcl]/gcl/acconfig.h
ViewVC logotype

Diff of /gcl/acconfig.h

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

revision 1.22.6.9.2.1.6.1.4.1.4.1 by camm, Fri Sep 30 02:19:18 2005 UTC revision 1.22.6.9.2.1.6.1.4.1.4.2 by camm, Thu Oct 20 00:06:44 2005 UTC
# Line 10  is usually 4K or 8K bytes.  From 1 to 3 Line 10  is usually 4K or 8K bytes.  From 1 to 3
10  preallocated in a table at compile time.  this must be a power of 2 if  preallocated in a table at compile time.  this must be a power of 2 if
11  SGC is enabled.  */  SGC is enabled.  */
12    
13  #define MAXPAGE 128*1024  #define MAXPAGE (128*1024*(SIZEOF_LONG>>2)/(1<<(PAGEWIDTH-12)))
14  #define VSSIZE 128*1024  #define VSSIZE 128*1024
15  #define BDSSIZE 2*1024  #define BDSSIZE 2*1024
16  #define IHSSIZE 4*1024  #define IHSSIZE 4*1024

Legend:
Removed from v.1.22.6.9.2.1.6.1.4.1.4.1  
changed lines
  Added in v.1.22.6.9.2.1.6.1.4.1.4.2

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