* doc/c-tree.texi (Function Basics): Fix grammatical error.
From-SVN: r133785
This commit is contained in:
parent
048ffb8f50
commit
1b82c3aabe
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-04-01 Ben Elliston <bje@au.ibm.com>
|
||||
|
||||
* doc/c-tree.texi (Function Basics): Fix grammatical error.
|
||||
|
||||
2008-03-31 Seongbae Park <seongbae.park@gmail.com>
|
||||
|
||||
* common.opt (fprofile-dir=, fprofile-use=, fprofile-generate=):
|
||||
|
|
|
@ -1508,7 +1508,7 @@ whose @code{TREE_VALUE} represents a type.
|
|||
|
||||
@item TYPE_NOTHROW_P
|
||||
This predicate holds when the exception-specification of its arguments
|
||||
if of the form `@code{()}'.
|
||||
is of the form `@code{()}'.
|
||||
|
||||
@item DECL_ARRAY_DELETE_OPERATOR_P
|
||||
This predicate holds if the function an overloaded
|
||||
|
|
Loading…
Add table
Reference in a new issue