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

Diff of /gcl/h/notcomp.h

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

revision 1.21 by camm, Fri Jun 10 15:24:44 2005 UTC revision 1.22 by camm, Tue Jun 14 17:28:02 2005 UTC
# Line 253  EXTER struct printStruct *printStructBuf Line 253  EXTER struct printStruct *printStructBuf
253  #ifndef NULL_OR_ON_C_STACK  #ifndef NULL_OR_ON_C_STACK
254    
255    
256  #if (CSTACK_ADDRESS > 0)  #if ((long)CSTACK_ADDRESS > 0)
257  #define NULL_OR_ON_C_STACK(x) ((x)==0 || ((unsigned long)x) > (unsigned long)(pagetochar(MAXPAGE+1)))  #define NULL_OR_ON_C_STACK(x) (((unsigned long)x)<=DBEGIN || ((unsigned long)x) >= (unsigned long)(pagetochar(MAXPAGE)))
258  #else  #else
259  #define NULL_OR_ON_C_STACK(x) ((long)x <= 0)      #define NULL_OR_ON_C_STACK(x) ((long)x <= DBEGIN)    
260  #endif  #endif
261    
262  #endif /* NULL_OR_ON_C_STACK */  #endif /* NULL_OR_ON_C_STACK */

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

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