]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
c-format.c: Change _Bool to bool reverting part of the last patch.
authorAndreas Tobler <toa@pop.agri.ch>
Fri, 20 Jun 2003 16:36:09 +0000 (18:36 +0200)
committerAndreas Jaeger <aj@gcc.gnu.org>
Fri, 20 Jun 2003 16:36:09 +0000 (18:36 +0200)
2003-06-20  Andreas Tobler <toa@pop.agri.ch>

* c-format.c: Change _Bool to bool reverting part of the last
patch.

From-SVN: r68273

gcc/ChangeLog
gcc/c-format.c

index c12c7ff687298fcbaf4694aac1c965de3c555060..1cb9a03091f856b403cbfcaf0cbef3349012e0e2 100644 (file)
@@ -1,3 +1,8 @@
+2003-06-20  Andreas Tobler <toa@pop.agri.ch>
+
+       * c-format.c: Change _Bool to bool reverting part of the last
+       patch.
+
 2003-06-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
        * som.h (ASM_OUTPUT_SOURCE_LINE): Use targetm.strip_name_encoding to
index d0138ee58fb07a0f443173a68ec3193749e23e15..b13848f86c0369dc921a973f8436b1d0290e901c 100644 (file)
@@ -80,7 +80,7 @@ static bool get_constant (tree expr, unsigned HOST_WIDE_INT *value,
    struct attribute_spec.handler.  */
 tree
 handle_format_arg_attribute (tree *node, tree name ATTRIBUTE_UNUSED,
-                            tree args, int flags, _Bool *no_add_attrs)
+                            tree args, int flags, bool *no_add_attrs)
 {
   tree type = *node;
   tree format_num_expr = TREE_VALUE (args);
@@ -2395,7 +2395,7 @@ init_dynamic_asm_fprintf_info (void)
    struct attribute_spec.handler.  */
 tree
 handle_format_attribute (tree *node, tree name ATTRIBUTE_UNUSED, tree args,
-                        int flags, _Bool *no_add_attrs)
+                        int flags, bool *no_add_attrs)
 {
   tree type = *node;
   function_format_info info;