summaryrefslogtreecommitdiffstats
path: root/gcc/c-format.c
diff options
context:
space:
mode:
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-20 16:36:09 +0000
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-20 16:36:09 +0000
commitd19a6ea01fb5f35c0e3d9fb5b6b7fa3d9d119e5b (patch)
tree11306749ae924da52bd2071ea6795ba2fa8a134a /gcc/c-format.c
parent4ef814a6b8bdc08554b59f29e5a46638e655c612 (diff)
downloadppe42-gcc-d19a6ea01fb5f35c0e3d9fb5b6b7fa3d9d119e5b.tar.gz
ppe42-gcc-d19a6ea01fb5f35c0e3d9fb5b6b7fa3d9d119e5b.zip
2003-06-20 Andreas Tobler <toa@pop.agri.ch>
* c-format.c: Change _Bool to bool reverting part of the last patch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68273 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-format.c')
-rw-r--r--gcc/c-format.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/c-format.c b/gcc/c-format.c
index d0138ee58fb..b13848f86c0 100644
--- a/gcc/c-format.c
+++ b/gcc/c-format.c
@@ -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;
OpenPOWER on IntegriCloud