End of listcan be not marked, fix it

Submitted by: Kai Vorma <vode@snakemail.hut.fi>
This commit is contained in:
Andrey A. Chernov 1995-05-15 00:03:32 +00:00
parent f101e3f500
commit 0b45516009
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=8526

View File

@ -29,7 +29,7 @@
*/
#ifndef lint
/*static char sccsid[] = "from: @(#)rpc_parse.c 1.4 87/04/28 (C) 1987 SMI";*/
static char rcsid[] = "$Id: rpc_parse.c,v 1.1 1993/09/13 23:20:16 jtc Exp $";
static char rcsid[] = "$Id: rpc_parse.c,v 1.1 1994/08/07 18:01:32 wollman Exp $";
#endif
/*
@ -165,6 +165,7 @@ def_program(defp)
ptailp = &plist->next;
peek(&tok);
} while (tok.kind != TOK_RBRACE);
*ptailp = NULL;
*vtailp = vlist;
vtailp = &vlist->next;
scan(TOK_RBRACE, &tok);