* Various fixes for problems in the 3.79.0.1 pretest.

This commit is contained in:
Paul Smith
2000-06-19 21:22:44 +00:00
parent f04e78f11b
commit 0d70d05458
16 changed files with 133 additions and 68 deletions

View File

@@ -1778,7 +1778,7 @@ handle_function (op, stringp)
p = beg;
nargs = 0;
for (p=beg, nargs=0; p < end; ++argvp)
for (p=beg, nargs=0; p <= end; ++argvp)
{
char *next;