summaryrefslogtreecommitdiff
path: root/gcc/opts.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/opts.h')
-rw-r--r--gcc/opts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/opts.h b/gcc/opts.h
index 616ed71112b..52ab44b334a 100644
--- a/gcc/opts.h
+++ b/gcc/opts.h
@@ -21,7 +21,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#ifndef GCC_OPTS_H
#define GCC_OPTS_H
-extern void decode_options (int argc, char **argv);
+extern void decode_options (unsigned int argc, const char **argv);
struct cl_option
{