mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-30 06:25:27 +08:00
(struct sarray): Make capacity size_t.
From-SVN: r9722
This commit is contained in:
parent
2b61d00a8b
commit
bbcffef3ad
@ -135,7 +135,7 @@ struct sarray {
|
||||
short version;
|
||||
short ref_count;
|
||||
struct sarray* is_copy_of;
|
||||
int capacity;
|
||||
size_t capacity;
|
||||
};
|
||||
|
||||
struct sarray* sarray_new(int, void* default_element);
|
||||
|
Loading…
Reference in New Issue
Block a user