aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/objc/sarray.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/objc/sarray.h b/gcc/objc/sarray.h
index 733c40c..61b7542 100644
--- a/gcc/objc/sarray.h
+++ b/gcc/objc/sarray.h
@@ -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);