SEXPREC_HEADER.Rd
SEXPREC_HEADER is a macro comprising the declaration of four objects:
struct sxpinfo_struct sxpinfo
struct SEXPREC *attrib
struct SEXPREC *gengc_next_node
struct SEXPREC *gengc_prev_node
SEXPREC_HEADER is used in the declaration of SEXPREC.
#define SEXPREC_HEADER \ struct sxpinfo_struct sxpinfo; \ struct SEXPREC *attrib; \ struct SEXPREC *gengc_next_node, *gengc_prev_node;
In Rinternals.h.