The R Project SVN R

Rev

Rev 89673 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 89673 Rev 89938
Line 5036... Line 5036...
5036
}
5036
}
5037
#endif
5037
#endif
5038
 
5038
 
5039
/* Highly experimental resizable vector support */
5039
/* Highly experimental resizable vector support */
5040
 
5040
 
5041
/* Serializing and unserializing preserves the GROWABLE bit, but
5041
/* Serializing and unserializing used to preserve the GROWABLE bit, but
5042
   XTRUELENGTH is set to zero by unserialize. A vector with the
5042
   XTRUELENGTH is set to zero by unserialize. A vector with the
5043
   GROWABLE bit set but XTRUELENGTH zero is therefore considered not
5043
   GROWABLE bit set but XTRUELENGTH zero is therefore considered not
5044
   resizeble. */ 
5044
   resizeble. */ 
5045
bool R_isResizable(SEXP x)
5045
bool R_isResizable(SEXP x)
5046
{
5046
{