DragonFly BSD
DragonFly submit List (threaded) for 2003-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: style(9) manpage __P removal


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Mon, 22 Sep 2003 22:56:47 -0700 (PDT)

:For my own work I have actually moved to an in-between form:
:
:int
:fubar(int a,
:      int b,
:      int c,
:      int d)
:{
:}
:
:or
:
:int
:dowhacky(char		 a,
:	 int		 b,
:	 unsigned long	 c,
:..

    Uh.  Well...  ick. :-).  Fortunately we have a precedent... the 
    portions of the FreeBSD kernel that have already been ANSIzed used
    the more compressed form:

    int
    fubar(int a, int b, int c, int d)
    {
    }

							-Matt




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]