This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [janitor] convert some c-* files to C90
- From: Andreas Tobler <toa at pop dot agri dot ch>
- To: Andreas Jaeger <aj at suse dot de>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 20 Jun 2003 17:43:46 +0200
- Subject: Re: [janitor] convert some c-* files to C90
- References: <u8he6lamnx.fsf@gromit.moeb> <u8u1al15t8.fsf@gromit.moeb>
And another one, could you commit ?
Andreas
diff -u -r1.39 c-format.c
--- c-format.c 19 Jun 2003 19:43:59 -0000 1.39
+++ c-format.c 20 Jun 2003 15:16:21 -0000
@@ -80,7 +80,7 @@
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 @@
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;