]> git.ipfire.org Git - thirdparty/gcc.git/commit
convert.c, [...]: Use /* */ for all commentary, not #if 0 ...
authorZack Weinberg <zack@codesourcery.com>
Tue, 30 Oct 2001 04:27:17 +0000 (04:27 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Tue, 30 Oct 2001 04:27:17 +0000 (04:27 +0000)
commitbae5261adbac2ef2c69532d85da0a224dfc2650d
tree9a97199c7e609bbf14afc49e48d3f1891684270b
parentb016d07e15f81ab694af75c4dcce46f9d2da3676
convert.c, [...]: Use /* */ for all commentary, not #if 0 ...

* convert.c, inout.c, loop.c, nloop.c, tasking.c, timing.c,
typeck.c: Use /* */ for all commentary, not #if 0 ... #endif.
Change the nested comments this creates to // notation.
Un-double apostrophes.

From-SVN: r46626
gcc/ch/ChangeLog
gcc/ch/convert.c
gcc/ch/inout.c
gcc/ch/loop.c
gcc/ch/nloop.c
gcc/ch/tasking.c
gcc/ch/timing.c
gcc/ch/typeck.c