From owner-cvs-all Sat Jan 15 22:11:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 886D5151A2; Sat, 15 Jan 2000 22:11:36 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA91956; Sat, 15 Jan 2000 22:11:36 -0800 (PST) (envelope-from bde@FreeBSD.org) Message-Id: <200001160611.WAA91956@freefall.freebsd.org> From: Bruce Evans Date: Sat, 15 Jan 2000 22:11:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys eventhandler.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 2000/01/15 22:11:35 PST Modified files: sys/sys eventhandler.h Log: Fixed pedantic syntax errors caused by a trailing semicolon in the definition of EVENTHANDLER_DECLARE(). Removed all other trailing semicolons in macro definitions. The ones after `do ... while (0)' wrappers defeated the point of the wrappers but were harmless. Enforce semicolons after invocation of declaration-like macros. Revision Changes Path 1.5 +11 -8 src/sys/sys/eventhandler.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message