From owner-cvs-all Tue Jun 11 4:27:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C6D5437B401; Tue, 11 Jun 2002 04:27:20 -0700 (PDT) Received: (from robert@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5BBRKc87680; Tue, 11 Jun 2002 04:27:20 -0700 (PDT) (envelope-from robert) Message-Id: <200206111127.g5BBRKc87680@freefall.freebsd.org> From: Robert Drehmel Date: Tue, 11 Jun 2002 04:27:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/yacc defs.h lalr.c lr0.c output.c reader.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 robert 2002/06/11 04:27:20 PDT Modified files: usr.bin/yacc defs.h lalr.c lr0.c output.c reader.c Log: Use the constants from for the sizes of integral C types rather than defining them ourselves. Revision Changes Path 1.12 +0 -6 src/usr.bin/yacc/defs.h 1.15 +2 -1 src/usr.bin/yacc/lalr.c 1.13 +2 -1 src/usr.bin/yacc/lr0.c 1.28 +3 -2 src/usr.bin/yacc/output.c 1.18 +3 -2 src/usr.bin/yacc/reader.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message