/[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.2 by camm, Tue Dec 18 20:41:36 2001 UTC revision 1.3 by camm, Sat Nov 27 22:19:35 2004 UTC
# Line 23  Foundation, 675 Mass Ave, Cambridge, MA Line 23  Foundation, 675 Mass Ave, Cambridge, MA
23          number routine include file          number routine include file
24  */  */
25    
26  #define WSIZ 32  /* #define WSIZ 32 */
27  #define MASK    0x7fffffff  /* #define MASK 0x7fffffff */
   
 #ifdef MV  
   
   
 #endif  
28    
29  object Vrandom_state;  object Vrandom_state;
30    
# Line 55  object Vrandom_state; Line 50  object Vrandom_state;
50  #define PI                      3.141592653589793  #define PI                      3.141592653589793
51  #endif  #endif
52    
53  #define MOST_POSITIVE_FIX       2147483647  #define LOG_WORD_SIZE           (8*SIZEOF_LONG)
54    #define MOST_POSITIVE_FIX       ((((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.2  
changed lines
  Added in v.1.3

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