On Wed, Sep 01, 2010 at 06:01:23AM +1000, Simon Burge wrote: > Thor Lancelot Simon wrote: > > > Module Name: src > > Committed By: tls > > Date: Mon Aug 30 19:23:26 UTC 2010 > > > > Modified Files: > > > > src/sys/ddb: db_input.c > > Was there any particular reason for removing the lint directives in this > change? Eg: > > - } while (/*CONSTCOND*/ 0) > + } while (0)
No. Thor