object: update to_string callback to use b_stream instead of b_stringstream
This commit is contained in:
@@ -4,12 +4,12 @@
|
||||
#include "../object.h"
|
||||
|
||||
struct b_array {
|
||||
struct b_object ar_base;
|
||||
/* number of items in array */
|
||||
unsigned int ar_len;
|
||||
/* maximum number of items that can currently be stored in array */
|
||||
unsigned int ar_cap;
|
||||
struct b_object **ar_data;
|
||||
struct b_object ar_base;
|
||||
/* number of items in array */
|
||||
unsigned int ar_len;
|
||||
/* maximum number of items that can currently be stored in array */
|
||||
unsigned int ar_cap;
|
||||
struct b_object **ar_data;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user