Commit 70049c7c by Ben Elliston Committed by Ben Elliston

* vec.h: Comment fix.

From-SVN: r84673
parent 8cd5a4e0
2004-07-14 Ben Elliston <bje@au.ibm.com>
* vec.h: Comment fix.
2004-07-13 Richard Henderson <rth@redhat.com> 2004-07-13 Richard Henderson <rth@redhat.com>
* target.h (struct gcc_target): Add calls.pass_by_reference. * target.h (struct gcc_target): Add calls.pass_by_reference.
......
...@@ -156,7 +156,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA ...@@ -156,7 +156,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
Ensure that V has at least RESERVE slots available, if RESERVE is Ensure that V has at least RESERVE slots available, if RESERVE is
>= 0. If RESERVE < 0, ensure that there is at least one spare >= 0. If RESERVE < 0, ensure that there is at least one spare
slot. These differ in their reallocation behaviour, the first will slot. These differ in their reallocation behaviour, the first will
not create additionsl headroom, but the second mechanism will not create additional headroom, but the second mechanism will
perform the usual exponential headroom increase. Note this can perform the usual exponential headroom increase. Note this can
cause V to be reallocated. Returns non-zero iff reallocation cause V to be reallocated. Returns non-zero iff reallocation
actually occurred. */ actually occurred. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment