bb9a7e
diff -up bash-4.2/variables.h.size_type bash-4.2/variables.h
bb9a7e
--- bash-4.2/variables.h.size_type	2012-11-29 10:33:25.109036844 +0100
bb9a7e
+++ bash-4.2/variables.h	2012-11-29 10:46:12.718530162 +0100
bb9a7e
@@ -95,8 +95,8 @@ typedef struct variable {
bb9a7e
 
bb9a7e
 typedef struct _vlist {
bb9a7e
   SHELL_VAR **list;
bb9a7e
-  int list_size;	/* allocated size */
bb9a7e
-  int list_len;		/* current number of entries */
bb9a7e
+  size_t list_size;	/* allocated size */
bb9a7e
+  size_t list_len;	/* current number of entries */
bb9a7e
 } VARLIST;
bb9a7e
 
bb9a7e
 /* The various attributes that a given variable can have. */