Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jan 2000 22:11:35 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys eventhandler.h
Message-ID:  <200001160611.WAA91956@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001160611.WAA91956>