From owner-cvs-all Wed Oct 30 7:51:17 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 4F07837B401; Wed, 30 Oct 2002 07:51:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00CC543E3B; Wed, 30 Oct 2002 07:51:16 -0800 (PST) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9UFo0mV055584; Wed, 30 Oct 2002 07:50:00 -0800 (PST) (envelope-from jmallett@repoman.freebsd.org) Received: (from jmallett@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9UFo0ZQ055571; Wed, 30 Oct 2002 07:50:00 -0800 (PST) Message-Id: <200210301550.g9UFo0ZQ055571@repoman.freebsd.org> From: Juli Mallett Date: Wed, 30 Oct 2002 07:50:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/m4 expr.c 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 jmallett 2002/10/30 07:50:00 PST Modified files: usr.bin/m4 expr.c Log: When we appear to want a signed value from sizeof(), use ssize_t in the cast, rather than int. Revision Changes Path 1.13 +1 -1 src/usr.bin/m4/expr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message