Ticket #179 (new defect)

Opened 4 years ago

dsss.conf requires version braces to be on the same line as the keyword

Reported by: kaarna Assigned to: Gregor
Priority: trivial Milestone:
Component: DSSS Version: 0.74
Keywords: braces version dsss.conf Cc:

Description

dsss.conf requires version braces to be on the same line as the keyword

You have to use the following form:

version(linux) {
#something here
}

But the following fails (I think it's called BSD-style?)

version(linux)
{
#something here
}

It gives the error message: DSSS config error: malformed version line.

This is just a really small detail, but maybe it could be fixed at some point, so people wouldn't get confused when their favourite obvious syntax doesn't work.