Commit bbcffef3 by Richard Kenner

(struct sarray): Make capacity size_t.

From-SVN: r9722
parent 2b61d00a
...@@ -135,7 +135,7 @@ struct sarray { ...@@ -135,7 +135,7 @@ struct sarray {
short version; short version;
short ref_count; short ref_count;
struct sarray* is_copy_of; struct sarray* is_copy_of;
int capacity; size_t capacity;
}; };
struct sarray* sarray_new(int, void* default_element); struct sarray* sarray_new(int, void* default_element);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment