X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/dd3f25f792d724f59fac3e2d4faa21b311f21137..c5101a77a4066d979698d356c3a9c7f387007359:/src/callint.c diff --git a/src/callint.c b/src/callint.c index bb815a5bd0..40d89acd16 100644 --- a/src/callint.c +++ b/src/callint.c @@ -265,8 +265,9 @@ invoke it. If KEYS is omitted or nil, the return value of recorded as a call to the function named callint_argfuns[varies[i]]. */ int *varies; - register int i, j; - int count, foo; + register size_t i, j; + size_t count; + int foo; char prompt1[100]; char *tem1; int arg_from_tty = 0;