On Oct 21, 2005 02:55 PM, shreyas krishnan <[EMAIL PROTECTED]> wrote:
> Hi,
> I want to demarcate conditional statments similar to how NOTE's
> are use to make loop starts and ends.
The fact that we use NOTEs for loops is considered a mis-feature. May I
suggest you browse gcc-patches archives f
Hi,
I want to demarcate conditional statments similar to how NOTE's
are use to make loop starts and ends. For example, an if statement
would be marked before the if statement, before both the then and else
branches and then finally at the end of the block. So can some body
suggest as to where