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

Diff of /gcl/h/gnuwin95.h

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

revision 1.4 by camm, Thu Dec 20 23:08:35 2001 UTC revision 1.5 by camm, Tue Jan 15 00:16:20 2002 UTC
# Line 6  Line 6 
6    
7  #undef DBEGIN  #undef DBEGIN
8  /* we want finer than config.h */  /* we want finer than config.h */
9  #define DBEGIN 0x10100000  #define DBEGIN 0x1a000000
10    
11    
12    
# Line 46  Line 46 
46     if the pointe/r is on the C stack or the 0 pointer     if the pointe/r is on the C stack or the 0 pointer
47     in winnt our heap starts at DBEGIN     in winnt our heap starts at DBEGIN
48     */     */
49  #define NULL_OR_ON_C_STACK(y)\  /*  #define NULL_OR_ON_C_STACK(y)\ */
50      (((unsigned int)(y)) == 0 ||  \  /*      (((unsigned int)(y)) == 0 ||  \ */
51       (((unsigned int)(y)) < DBEGIN && ((unsigned int)(y)) &0xf000000))  /*       (((unsigned int)(y)) < DBEGIN && ((unsigned int)(y)) &0xf000000)) */
52    #define NULL_OR_ON_C_STACK(y) (((void *)(y)) < ((void *)0x400000))
53            
54                
55    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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