typeck2.c (store_init_value): Don't re-digest a bracketed initializer.
[gcc.git] / gcc / except.h
index 1671cf67b5c5d75753639819b483e7d580895d0e..1d613f83b2a47fda9d8fd32cab9741dcab8817d2 100644 (file)
@@ -3,22 +3,22 @@
    Free Software Foundation, Inc.
    Contributed by Mike Stump <mrs@cygnus.com>.
 
-This file is part of GNU CC.
+This file is part of GCC.
 
-GNU CC is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2, or (at your option)
-any later version.
+GCC is free software; you can redistribute it and/or modify it under
+the terms of the GNU General Public License as published by the Free
+Software Foundation; either version 2, or (at your option) any later
+version.
 
-GNU CC is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-GNU General Public License for more details.
+GCC is distributed in the hope that it will be useful, but WITHOUT ANY
+WARRANTY; without even the implied warranty of MERCHANTABILITY or
+FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+for more details.
 
 You should have received a copy of the GNU General Public License
-along with GNU CC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+along with GCC; see the file COPYING.  If not, write to the Free
+Software Foundation, 59 Temple Place - Suite 330, Boston, MA
+02111-1307, USA.  */
 
 
 #ifndef TREE_CODE
@@ -137,7 +137,7 @@ extern rtx expand_builtin_dwarf_fp_regnum   PARAMS ((void));
 extern void expand_builtin_eh_return           PARAMS ((tree, tree));
 extern void expand_eh_return                   PARAMS ((void));
 
-extern rtx get_exception_pointer               PARAMS ((void));
+extern rtx get_exception_pointer               PARAMS ((struct function *));
 
 struct function;
 struct inline_remap;
@@ -180,7 +180,7 @@ extern tree (*lang_eh_runtime_type) PARAMS ((tree));
 
 #if ! (defined (EH_RETURN_DATA_REGNO)                  \
        && (defined (IA64_UNWIND_INFO)                  \
-          || (defined (DWARF2_UNWIND_INFO)             \
+          || (DWARF2_UNWIND_INFO                       \
               && defined (EH_RETURN_STACKADJ_RTX)      \
               && (defined (EH_RETURN_HANDLER_RTX)      \
                   || defined (HAVE_eh_return)))))