aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/c-tree.texi
diff options
context:
space:
mode:
authorGabriel Dos Reis <gdr@integrable-solutions.net>2003-12-01 03:22:35 +0000
committerGabriel Dos Reis <gdr@gcc.gnu.org>2003-12-01 03:22:35 +0000
commit8786882bd0bb9c3fd89b67342544bd9deae5ec55 (patch)
tree8e33c71b7f2bf3a2b4c118f85ecf8e7a269110bd /gcc/doc/c-tree.texi
parent53d60c042de6daa7951fb2d4d26bc865aad02722 (diff)
downloadgcc-8786882bd0bb9c3fd89b67342544bd9deae5ec55.zip
gcc-8786882bd0bb9c3fd89b67342544bd9deae5ec55.tar.gz
gcc-8786882bd0bb9c3fd89b67342544bd9deae5ec55.tar.bz2
* doc/c-tree.texi (Function Bodies): Update HANDLER documentation.
From-SVN: r74084
Diffstat (limited to 'gcc/doc/c-tree.texi')
-rw-r--r--gcc/doc/c-tree.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/doc/c-tree.texi b/gcc/doc/c-tree.texi
index 29ccaec..112aa11 100644
--- a/gcc/doc/c-tree.texi
+++ b/gcc/doc/c-tree.texi
@@ -1546,10 +1546,10 @@ This is used for branch prediction.
Used to represent a C++ @code{catch} block. The @code{HANDLER_TYPE}
is the type of exception that will be caught by this handler; it is
-equal (by pointer equality) to @code{CATCH_ALL_TYPE} if this handler
-is for all types. @code{HANDLER_PARMS} is the @code{DECL_STMT} for
-the catch parameter, and @code{HANDLER_BODY} is the
-@code{COMPOUND_STMT} for the block itself.
+equal (by pointer equality) to @code{NULL} if this handler is for all
+types. @code{HANDLER_PARMS} is the @code{DECL_STMT} for the catch
+parameter, and @code{HANDLER_BODY} is the @code{COMPOUND_STMT} for the
+block itself.
@item IF_STMT