search for: sexprec_header

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

2011 Aug 13
1
Latent flaw in SEXPREC definition
...would seem to fix this, as in the following patch: Index: src/include/Rinternals.h =================================================================== --- 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;