The R Project SVN R

Rev

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

Rev 71864 Rev 71870
Line 106... Line 106...
106
#ifdef CSTACK_DEFNS
106
#ifdef CSTACK_DEFNS
107
/* duplicating Defn.h */
107
/* duplicating Defn.h */
108
#if !defined(HAVE_UINTPTR_T) && !defined(uintptr_t)
108
#if !defined(HAVE_UINTPTR_T) && !defined(uintptr_t)
109
 typedef unsigned long uintptr_t;
109
 typedef unsigned long uintptr_t;
110
#else
110
#else
111
# ifdef __cplusplus
111
# ifndef __cplusplus
112
#  include <cstdint>
-
 
113
# else
-
 
114
#  include <stdint.h>
112
#  include <stdint.h>
-
 
113
# elif __cplusplus >= 201103L
-
 
114
#  include <cstdint>
115
# endif
115
# endif
116
#endif
116
#endif
117
 
117
 
118
extern uintptr_t R_CStackLimit;	/* C stack limit */
118
extern uintptr_t R_CStackLimit;	/* C stack limit */
119
extern uintptr_t R_CStackStart;	/* Initial stack address */
119
extern uintptr_t R_CStackStart;	/* Initial stack address */