aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@hxi.com>2001-10-09 14:03:13 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2001-10-09 14:03:13 +0000
commit2ba84f36eaafd1d53db407e775fff7a286efe004 (patch)
tree2bca05f2ef10d55e4d51ec6066c42bb45253a03c /gcc/gcc.h
parent77332b4e0b7f45f1cbba6b624765fa041c85efa7 (diff)
downloadgcc-2ba84f36eaafd1d53db407e775fff7a286efe004.zip
gcc-2ba84f36eaafd1d53db407e775fff7a286efe004.tar.gz
gcc-2ba84f36eaafd1d53db407e775fff7a286efe004.tar.bz2
c-common.h: Fix comment formatting.
* c-common.h: Fix comment formatting. * c-dump.c: Likewise. * cfg.c: Likewise. * diagnostic.h: Likewise. * except.c: Likewise. * gcc.h: Likewise. * gcov-io.h: Likewise. * genattrtab.c: Likewise. * output.h: Likewise. * predict.h: Likewise. * reload1.c: Likewise. * reload.h: Likewise. * resource.h: Likewise. * scan.h: Likewise. * system.h: Likewise. * tree.h: Likewise. * tree-inline.c: Likewise. * tsystem.h: Likewise. * varasm.c: Likewise. * xcoffout.h: Likewise. From-SVN: r46122
Diffstat (limited to 'gcc/gcc.h')
-rw-r--r--gcc/gcc.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/gcc.h b/gcc/gcc.h
index 8d65052..2338f82 100644
--- a/gcc/gcc.h
+++ b/gcc/gcc.h
@@ -23,7 +23,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#include "version.h"
-/* These are exported by gcc.c. */
+/* These are exported by gcc.c. */
extern int do_spec PARAMS ((const char *));
extern void record_temp_file PARAMS ((const char *, int, int));
extern void fancy_abort PARAMS ((void)) ATTRIBUTE_NORETURN;
@@ -34,17 +34,17 @@ extern void fatal PARAMS ((const char *, ...))
extern void error PARAMS ((const char *, ...)) ATTRIBUTE_PRINTF_1;
extern void pfatal_with_name PARAMS ((const char *)) ATTRIBUTE_NORETURN;
-/* Spec files linked with gcc.c must provide definitions for these. */
+/* Spec files linked with gcc.c must provide definitions for these. */
-/* Called before processing to change/add/remove arguments. */
+/* Called before processing to change/add/remove arguments. */
extern void lang_specific_driver PARAMS ((int *, const char *const **, int *));
-/* Called before linking. Returns 0 on success and -1 on failure. */
+/* Called before linking. Returns 0 on success and -1 on failure. */
extern int lang_specific_pre_link PARAMS ((void));
extern int n_infiles;
-/* Number of extra output files that lang_specific_pre_link may generate. */
+/* Number of extra output files that lang_specific_pre_link may generate. */
extern int lang_specific_extra_outfiles;
/* A vector of corresponding output files is made up later. */