>What is wrong with 

> if (0) {

> }

>(and of course teaching op builder not to build them in this case). 

Funny, I was going to mention that I always use

    #if 0
    ...
    #endif

in C for nesting, block comments.  Which is rare anyway, rarer perhaps
than this discussion would seem to merit.

--tom

Reply via email to