diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-05 16:05:06 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-05 16:05:06 +0000 |
commit | fbf0afd116585a6d67ed32259d997197a15b5f31 (patch) | |
tree | f62d741d707e9201cb9c5b7758045bd92d649415 /gcc/vec.h | |
parent | 912757687975fdabbb85e7f10a96a136347aa43a (diff) | |
download | gcc-fbf0afd116585a6d67ed32259d997197a15b5f31.tar.gz |
* c-common.c, c-decl.c, combine.c, defaults.h, fold-const.c,
gimplify.c, gthr-nks.h, hooks.c, lambda-code.c, lambda-mat.c,
stor-layout.c, target.h, tree-cfg.c, tree-chrec.c,
tree-if-conv.c, tree-inline.c, tree-into-ssa.c,
tree-mudflap.c, tree-optimize.c, tree-scalar-evolution.c,
tree-ssa-alias.c, tree-ssa-ccp.c, tree-ssa-dce.c,
tree-ssa-pre.c, tree-vectorizer.c, tree-vectorizer.h, tree.h,
vec.h: Fix comment formatting.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87105 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/vec.h')
-rw-r--r-- | gcc/vec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/vec.h b/gcc/vec.h index 9708b4823bf..cbc5f81062a 100644 --- a/gcc/vec.h +++ b/gcc/vec.h @@ -202,7 +202,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA Push a new element onto the end, returns a pointer to the slot filled in. For object vectors, the new value can be NULL, in which case NO initialization is performed. Aborts if there is - insufficient space in the vector. */ + insufficient space in the vector. */ #define VEC_quick_push(TDEF,V,O) \ (VEC_OP(TDEF,quick_push)(V,O VEC_CHECK_INFO)) |