diff options
author | Zack Weinberg <zack@codesourcery.com> | 2001-10-30 04:27:17 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2001-10-30 04:27:17 +0000 |
commit | bae5261adbac2ef2c69532d85da0a224dfc2650d (patch) | |
tree | 9a97199c7e609bbf14afc49e48d3f1891684270b /gcc/ch/ChangeLog | |
parent | b016d07e15f81ab694af75c4dcce46f9d2da3676 (diff) | |
download | gcc-bae5261adbac2ef2c69532d85da0a224dfc2650d.zip gcc-bae5261adbac2ef2c69532d85da0a224dfc2650d.tar.gz gcc-bae5261adbac2ef2c69532d85da0a224dfc2650d.tar.bz2 |
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
Diffstat (limited to 'gcc/ch/ChangeLog')
-rw-r--r-- | gcc/ch/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ch/ChangeLog b/gcc/ch/ChangeLog index d28d868..c412e58 100644 --- a/gcc/ch/ChangeLog +++ b/gcc/ch/ChangeLog @@ -1,3 +1,10 @@ +2001-10-29 Zack Weinberg <zack@codesourcery.com> + + * 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. + Sat Sep 22 09:15:08 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> * Make-lang.in (cc1chill): Add attribs.o. |