/[gcl]/gcl/o/unexnt.c
ViewVC logotype

Diff of /gcl/o/unexnt.c

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

revision 1.16 by mjthomas, Fri Jun 25 14:27:53 2004 UTC revision 1.17 by mjthomas, Wed Oct 27 05:31:29 2004 UTC
# Line 871  Boston, MA 02111-1307, USA. Line 871  Boston, MA 02111-1307, USA.
871  /*  /*
872    
873  */  */
874  /* #include "lisp.h" */  /* for VALMASK */  
 #define VALMASK -1  
875  /* try for 500 MB of address space */  /* try for 500 MB of address space */
876  #define VALBITS 29  #define VALBITS 31
877    #define VALMASK ((((unsigned int) 1) << VALBITS) - 1)
878    
879  /* This gives us the page size and the size of the allocation unit on NT.  */  /* This gives us the page size and the size of the allocation unit on NT.  */
880  SYSTEM_INFO sysinfo_cache;  SYSTEM_INFO sysinfo_cache;

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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