// Define this for R_CStackLimit
// #define HAVE_UINTPTR_T
// Currently, I'm adding these on as-needed basis
// but we may simply throw the whole lot in in the future.
extern uintptr_t R_CStackLimit; /* C stack limit */
// todo: what is this #define?