add body support, change bonus buf to 1d so can be variable length
This commit is contained in:
@ -2304,16 +2304,6 @@ void AtomVec::write_improper(FILE *fp, int n, tagint **buf, int index)
|
||||
}
|
||||
}
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
return size_data_bonus
|
||||
only AtomVecHybrid overrides this, so it can select which bonus data via flag
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
int AtomVec::size_data_bonus_query(int /*flag*/)
|
||||
{
|
||||
return size_data_bonus;
|
||||
}
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
return # of bytes of allocated memory
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user