From 8786882bd0bb9c3fd89b67342544bd9deae5ec55 Mon Sep 17 00:00:00 2001 From: Gabriel Dos Reis Date: Mon, 1 Dec 2003 03:22:35 +0000 Subject: [PATCH] * doc/c-tree.texi (Function Bodies): Update HANDLER documentation. From-SVN: r74084 --- gcc/ChangeLog | 4 ++++ gcc/doc/c-tree.texi | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ac065c8a024..02f466d2ca7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-12-01 Gabriel Dos Reis + + * doc/c-tree.texi (Function Bodies): Update HANDLER documentation. + 2003-12-01 Kelley Cook * doc/install.texi: Note that fastjar is built with automake 1.7.x diff --git a/gcc/doc/c-tree.texi b/gcc/doc/c-tree.texi index 29ccaec317d..112aa1151b8 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 -- 2.30.2