search for: symsxp_struct

Displaying 1 result from an estimated 1 matches for "symsxp_struct".

2011 Aug 13
1
Latent flaw in SEXPREC definition
...================================ --- src/include/Rinternals.h (revision 56640) +++ src/include/Rinternals.h (working copy) @@ -219,6 +219,7 @@ typedef struct SEXPREC { SEXPREC_HEADER; union { + struct vecsxp_struct vecsxp; struct primsxp_struct primsxp; struct symsxp_struct symsxp; struct listsxp_struct listsxp;