X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Fdynarr.c;h=da514550622914fb2ffba411f400e765119062c0;hp=02f43437dea2f0239ccf4546a272b9d9cf2ce6e2;hb=716cfba952c1dc0d2cf5c968971f3780ba728a89;hpb=d74da9234cc42e8018b1500105c3892a5c46d5e3 diff --git a/src/dynarr.c b/src/dynarr.c index 02f4343..da51455 100644 --- a/src/dynarr.c +++ b/src/dynarr.c @@ -101,15 +101,14 @@ Use the following functions/macros: Use the following global variable: Dynarr_min_size - Minimum allowable size for a dynamic array when it is resized. The - default is 32 and does not normally need to be changed. + Minimum allowable size for a dynamic array when it is resized. */ #include #include "lisp.h" -int Dynarr_min_size = 1; +static int Dynarr_min_size = 8; static void Dynarr_realloc (Dynarr *dy, int new_size)