OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Richard Henderson (rthREDHAT.COM)
Date: Thu Apr 05 2001 - 20:27:31 CDT

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    On Fri, Apr 06, 2001 at 11:24:50AM +1000, Alan Modra wrote:
    > > #define printf(FMT, ...) \
    > > xprintf(check_it(__VA_LIST__), (FMT), ## __VA_LIST__)
    >
    > Then watch lots of programs break that do nasty things like ...

    Either you want the checking thingy or you don't. If you do,
    then you put up with this restriction.

    r~