diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-22 23:42:47 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-22 23:42:47 +0000 |
commit | bd8962d5a83bdd5dbc03ddaa291a707b31386e1f (patch) | |
tree | f72ffc26c6ebb119ba1601c12a4684c2b5d067d5 /gcc/cp/cxx-pretty-print.c | |
parent | 5344805f25b93fb079e5dbcb3f854f2bc58ef84b (diff) | |
download | ppe42-gcc-bd8962d5a83bdd5dbc03ddaa291a707b31386e1f.tar.gz ppe42-gcc-bd8962d5a83bdd5dbc03ddaa291a707b31386e1f.zip |
* call.c: Fix comment formatting.
* class.c: Likewise.
* cxx-pretty-print.c: Likewise.
* init.c: Likewise.
* parser.c: Likewise.
* pt.c: Likewise.
* semantics.c: Likewise.
* tree.c: Likewise.
* typeck.c: Likewise.
* typeck2.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72828 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/cxx-pretty-print.c')
-rw-r--r-- | gcc/cp/cxx-pretty-print.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/cxx-pretty-print.c b/gcc/cp/cxx-pretty-print.c index e368e9a33f4..ca8c603c0e3 100644 --- a/gcc/cp/cxx-pretty-print.c +++ b/gcc/cp/cxx-pretty-print.c @@ -91,7 +91,7 @@ pp_cxx_colon_colon (cxx_pretty_printer *pp) } -/* Expressions. */ +/* Expressions. */ static inline bool is_destructor_name (tree name) @@ -1584,7 +1584,7 @@ pp_cxx_canonical_template_parameter (cxx_pretty_printer *pp, tree parm) { const enum tree_code code = TREE_CODE (parm); - /* Brings type template parameters to the canonical forms */ + /* Brings type template parameters to the canonical forms. */ if (code == TEMPLATE_TYPE_PARM || code == TEMPLATE_TEMPLATE_PARM || code == BOUND_TEMPLATE_TEMPLATE_PARM) parm = TEMPLATE_TYPE_PARM_INDEX (parm); |