Source-Changes-D archive

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

Re: CVS commit: src/sys/ddb



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)

Cheers,
Simon.


Home | Main Index | Thread Index | Old Index