The R Project SVN R

Rev

Rev 28254 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 28254 Rev 28362
Line 84... Line 84...
84
# define F77_QSYMBOL(x) #x
84
# define F77_QSYMBOL(x) #x
85
#endif
85
#endif
86
 
86
 
87
/*  Heap and Pointer Protection Stack Sizes.  */
87
/*  Heap and Pointer Protection Stack Sizes.  */
88
 
88
 
-
 
89
/* NB: will need a 64-bit type, ULONG64 or size_t, for Win64 */
89
typedef unsigned long R_size_t;
90
typedef unsigned long R_size_t;
90
#define R_SIZE_T_MAX ULONG_MAX
91
#define R_SIZE_T_MAX ULONG_MAX
91
 
92
 
92
#define Mega 1048576. /* 1 Mega Byte := 2^20 (= 1048576) Bytes */
93
#define Mega 1048576. /* 1 Mega Byte := 2^20 (= 1048576) Bytes */
93
#define Giga 1073741824. /* 1 Giga Byte := 2^30 Bytes */
94
#define Giga 1073741824. /* 1 Giga Byte := 2^30 Bytes */