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

Diff of /gcl/h/num_include.h

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

revision 1.3 by camm, Sat Nov 27 22:19:35 2004 UTC revision 1.4 by camm, Fri Dec 17 21:31:22 2004 UTC
# Line 51  object Vrandom_state; Line 51  object Vrandom_state;
51  #endif  #endif
52    
53  #define LOG_WORD_SIZE           (8*SIZEOF_LONG)  #define LOG_WORD_SIZE           (8*SIZEOF_LONG)
54  #define MOST_POSITIVE_FIX       ((((unsigned long)1)<<(LOG_WORD_SIZE-1))-1)  #define MOST_POSITIVE_FIX       ((long)((((unsigned long)1)<<(LOG_WORD_SIZE-1))-1))
55  #define MOST_NEGATIVE_FIX       ( - MOST_POSITIVE_FIX - 1 )  #define MOST_NEGATIVE_FIX       ( - MOST_POSITIVE_FIX - 1 )

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

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