diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-12-21 21:07:32 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-12-21 21:07:32 +0000 |
commit | f4f206f46f6946be3052e85e740d4ab5b5bae72e (patch) | |
tree | 1b99bde9c925d59335b4bbe08a2be9ac1127bb4f /gcc/cp/rtti.c | |
parent | 90f107de3bdc78e571790f6cebf089de648b38f9 (diff) | |
download | gcc-f4f206f46f6946be3052e85e740d4ab5b5bae72e.zip gcc-f4f206f46f6946be3052e85e740d4ab5b5bae72e.tar.gz gcc-f4f206f46f6946be3052e85e740d4ab5b5bae72e.tar.bz2 |
call.c: Fix comment formatting.
* call.c: Fix comment formatting.
* class.c: Likewise.
* cp-tree.h: Likewise.
* cvt.c: Likewise.
* cxx-pretty-print.c: Likewise.
* decl.c: Likewise.
* decl2.c: Likewise.
* error.c: Likewise.
* except.c: Likewise.
* init.c: Likewise.
* name-lookup.c: Likewise.
* parser.c: Likewise.
* pt.c: Likewise.
* rtti.c: Likewise.
* semantics.c: Likewise.
* typeck.c: Likewise.
* typeck2.c: Likewise.
From-SVN: r74916
Diffstat (limited to 'gcc/cp/rtti.c')
-rw-r--r-- | gcc/cp/rtti.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/rtti.c b/gcc/cp/rtti.c index 391a581..a965383 100644 --- a/gcc/cp/rtti.c +++ b/gcc/cp/rtti.c @@ -1065,7 +1065,7 @@ get_pseudo_ti_init (tree type, tree var_desc, bool *non_public_p) else offset = BINFO_OFFSET (base_binfo); - /* combine offset and flags into one field */ + /* Combine offset and flags into one field. */ offset = cp_build_binary_op (LSHIFT_EXPR, offset, build_int_2 (8, 0)); offset = cp_build_binary_op (BIT_IOR_EXPR, offset, |