aboutsummaryrefslogtreecommitdiff
path: root/gcc/target.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-10-05 13:09:48 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-10-05 13:09:48 +0000
commit0ee55ad88a745b42dc1466c5ae6360f83ba3c628 (patch)
treee7252e6b30d0314c0a91a10384c241b692dfaf01 /gcc/target.h
parent35222de242df6eb8698fda53c711915914639f68 (diff)
downloadgcc-0ee55ad88a745b42dc1466c5ae6360f83ba3c628.zip
gcc-0ee55ad88a745b42dc1466c5ae6360f83ba3c628.tar.gz
gcc-0ee55ad88a745b42dc1466c5ae6360f83ba3c628.tar.bz2
c-pretty-print.c: Fix comment formatting.
* c-pretty-print.c: Fix comment formatting. * cfglayout.c: Likewise. * cfgloopanal.c: Likewise. * cppcharset.c: Likewise. * dbxout.c: Likewise. * ggc-page.c: Likewise. * ggc.h: Likewise. * target.h: Likewise. From-SVN: r72110
Diffstat (limited to 'gcc/target.h')
-rw-r--r--gcc/target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/target.h b/gcc/target.h
index 5a57128..15d7233 100644
--- a/gcc/target.h
+++ b/gcc/target.h
@@ -407,7 +407,7 @@ struct gcc_target
tree type, int *pretend_arg_size, int second_time);
bool (*strict_argument_naming) (CUMULATIVE_ARGS *ca);
/* Returns true if we should use SETUP_INCOMING_VARARGS and/or
- STRICT_ARGUMENT_NAMING. */
+ STRICT_ARGUMENT_NAMING. */
bool (*pretend_outgoing_varargs_named) (CUMULATIVE_ARGS *ca);
} calls;
};