The R Project SVN R

Rev

Rev 61306 | Rev 64536 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 61306 Rev 61307
Line 992... Line 992...
992
 
992
 
993
/* The size of `long long', as computed by sizeof. */
993
/* The size of `long long', as computed by sizeof. */
994
#define SIZEOF_LONG_LONG 8
994
#define SIZEOF_LONG_LONG 8
995
 
995
 
996
/* The size of `size_t', as computed by sizeof. */
996
/* The size of `size_t', as computed by sizeof. */
997
#ifdef WIN64
-
 
998
#define SIZEOF_SIZE_T 8
997
#define SIZEOF_SIZE_T @ST@
999
#else
998
 
1000
#define SIZEOF_SIZE_T 4
-
 
1001
#endif
-
 
1002
 
999
 
1003
/* Define as the maximum value of type 'size_t', if the system doesn't define
1000
/* Define as the maximum value of type 'size_t', if the system doesn't define
1004
   it. (For intl) */
1001
   it. (For intl) */
1005
/* #undef SIZE_MAX */
1002
/* #undef SIZE_MAX */
1006
 
1003