Everything

 

-nest_comment


This option enables nesting of /* */ comments.

[Specification format]

-nest_comment

 

-

Interpretation when omitted

Nested /* */ comments cause a warning.

[Detailed description]

-

This option enables nesting of /* */ comments.

/*
  /*
    Nest
  */
*/

[Example of use]

-

To enable nesting of /* */ comments, describe as:

>ccrl -nest_comment -cpu=S2 -dev=dr5f100pj.dvf main.c