Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src
On Mar 29, 8:23pm, perry%piermont.com@localhost ("Perry E. Metzger") wrote:
-- Subject: Re: CVS commit: src
|
| Martin Husemann <martin%duskware.de@localhost> writes:
| > On Sun, Mar 29, 2009 at 02:59:59PM +0000, Christos Zoulas wrote:
| >> Or add some syntax to the file for optional assignments, like:
| >>
| >> ddb.onpanic?=1
| >> or
| >> ddb.onpanic?ddb.onpanic=1
| >
| > I like those two variants (not sure which one better).
|
| The second reminds me too much of the C ternary operator. The first
| seems better for that reason.
or
defined(ddb.onpanic) && ddb.onpanic=1
christos
Home |
Main Index |
Thread Index |
Old Index