summaryrefslogtreecommitdiff
path: root/gcc/opts.h
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-08-19 21:04:38 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-08-19 21:04:38 +0000
commit7981458e52a142ac30c3373030e2b022849c2bce (patch)
tree65a1b182fb86bfce6ef7b7223a461de628f18346 /gcc/opts.h
parent7ad3dd5ca5e28c184b3c05258fb506539375bd55 (diff)
downloadgcc-7981458e52a142ac30c3373030e2b022849c2bce.tar.gz
* c-common.c: Fix comment formatting.
* c-common.h: Likewise. * c-decl.c: Likewise. * cppinit.c: Likewise. * cpplib.h: Likewise. * emit-rtl.c: Likewise. * input.h: Likewise. * line-map.h: Likewise. * opts.c: Likewise. * opts.h: Likewise. * simplify-rtx.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70577 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/opts.h')
-rw-r--r--gcc/opts.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/opts.h b/gcc/opts.h
index 6063057e3ec..eb7c868120b 100644
--- a/gcc/opts.h
+++ b/gcc/opts.h
@@ -45,11 +45,11 @@ extern const char *const lang_names[];
#define CL_COMMON (1 << 29) /* Language-independent. */
#define CL_UNDOCUMENTED (1 << 30) /* Do not output with --help. */
-/* Input file names. */
+/* Input file names. */
extern const char **in_fnames;
-/* The count of input filenames. */
+/* The count of input filenames. */
extern unsigned num_in_fnames;