Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Nov 2003 19:47:50 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys proc.h
Message-ID:  <200311150347.hAF3loH8004868@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2003/11/14 19:47:50 PST

  FreeBSD src repository

  Modified files:
    sys/sys              proc.h 
  Log:
  Fixed some bugs in macros:
  - missing parenthesization of some macro args
  - point of do-while(0) hack defeated by putting a semicolon after while(0)
  
  Fixed some style bugs in macros:
  - not splitting the line when the macro value cannot be lined up in much
    the same macros that didn't parenthesize their args
  - braces around a 1-line statement
  - do-while(0) hack not indented in the usual way in the same macros that
    defeated its point.
  
  Revision  Changes    Path
  1.360     +14 -18    src/sys/sys/proc.h



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