From owner-cvs-all Wed Sep 4 14:22:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EC8437B400; Wed, 4 Sep 2002 14:22:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3041B43E6A; Wed, 4 Sep 2002 14:22:50 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: from freefall.freebsd.org (dwmalone@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84LMoJU039460; Wed, 4 Sep 2002 14:22:50 -0700 (PDT) (envelope-from dwmalone@freefall.freebsd.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84LMoxW039459; Wed, 4 Sep 2002 14:22:50 -0700 (PDT) Message-Id: <200209042122.g84LMoxW039459@freefall.freebsd.org> From: David Malone Date: Wed, 4 Sep 2002 14:22:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/colldef parse.y X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwmalone 2002/09/04 14:22:49 PDT Modified files: usr.bin/colldef parse.y Log: Avoid a signedness warning by casting chain_index to a size_t. (Should be OK as chain_index is supposed to be positive). Revision Changes Path 1.30 +1 -1 src/usr.bin/colldef/parse.y To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message