iain truskett <[EMAIL PROTECTED]> writes: > > With SLC, discarding a line if it starts with a # (after optional > > whitespace) is straightforward, fail safe, and fast. > > Almost. You can have # in other places on the line. It doesn't have to > be at the start (with or without whitespace). I was aiming at the case where SLC are used instead of MLC. In this case, every line is commented out, hence the # will always be at the line start. # This # part # is /* commented */ # out completely vs. /* This # part is /* commented */ out completely */ For normal comments, your remark stands. -- Johan
- Re: why not just use C /* ... */ ? Michael Mathews
- Re: why not just use C /* ... */ ? Tom Christiansen
- Re: why not just use C /* ... */ ? Johan Vromans
- Re: why not just use C /* ... */ ? iain truskett
- Re: why not just use C /* ... */ ? Dave Storrs
- Re: why not just use C /* ... */ ? Michael Mathews
- Re: why not just use C /* ... */ ? iain truskett
- Re: why not just use C /* ... */ ? Michael Mathews
- Re: why not just use C /* ... */ ? Johan Vromans
- Re: why not just use C /* ... */ ? iain truskett
- Re: why not just use C /* ... */ ? Johan Vromans
- Re: why not just use C /* ... */ ? iain truskett
- Re: why not just use C /* ... */ ? Michael Mathews
- Re: why not just use C /* ... */ ? Michael Mathews
- Re: why not just use C /* ... */ ? Damien Neil
- Re: why not just use C /* ... */ ? iain truskett
- Re: why not just use C /* ... */ ? Damien Neil
- Re: why not just use C /* ... */ ? Nick Ing-Simmons
- Re: why not just use C /* ... */ ? Johan Vromans
- Re: why not just use C /* ... */ ? Michael Mathews
- Re: why not just use C /* ... */ ? David L. Nicol