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

Diff of /gcl/h/mingw.h

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

revision 1.2 by wfs, Tue Apr 17 15:19:02 2001 UTC revision 1.2.2.1 by camm, Wed Jan 23 23:06:15 2002 UTC
# Line 113  typedef int sigset_t ; Line 113  typedef int sigset_t ;
113     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
114     in winnt our heap starts at DBEGIN     in winnt our heap starts at DBEGIN
115     */     */
116  #define NULL_OR_ON_C_STACK(y)\  /*  #define NULL_OR_ON_C_STACK(y)\ */
117      (((unsigned int)(y)) == 0 ||  \  /*      (((unsigned int)(y)) == 0 ||  \ */
118       (((unsigned int)(y)) < DBEGIN && ((unsigned int)(y)) &0xf000000))  /*       (((unsigned int)(y)) < DBEGIN && ((unsigned int)(y)) &0xf000000)) */
119    #define NULL_OR_ON_C_STACK(y) (((void *)(y)) < ((void *)0x400000))
120            
121                
122  #ifdef IN_FILE  #ifdef IN_FILE

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.2.2.1

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