mirror of
https://gcc.gnu.org/git/gcc.git
synced 2025-01-02 08:53:44 +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 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);
|
||||||
|
Loading…
Reference in New Issue
Block a user