The R Project SVN R

Rev

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

Rev 71379 Rev 71852
Line 100... Line 100...
100
 
100
 
101
#ifdef CSTACK_DEFNS
101
#ifdef CSTACK_DEFNS
102
/* duplicating Defn.h */
102
/* duplicating Defn.h */
103
#if !defined(HAVE_UINTPTR_T) && !defined(uintptr_t)
103
#if !defined(HAVE_UINTPTR_T) && !defined(uintptr_t)
104
 typedef unsigned long uintptr_t;
104
 typedef unsigned long uintptr_t;
-
 
105
#else
-
 
106
#ifdef HAVE_STDINT_H
-
 
107
# include <stdint.h>
-
 
108
#endif
105
#endif
109
#endif
106
 
110
 
107
extern uintptr_t R_CStackLimit;	/* C stack limit */
111
extern uintptr_t R_CStackLimit;	/* C stack limit */
108
extern uintptr_t R_CStackStart;	/* Initial stack address */
112
extern uintptr_t R_CStackStart;	/* Initial stack address */
109
#endif
113
#endif