diff options
Diffstat (limited to 'gcc/cplus-dem.c')
-rw-r--r-- | gcc/cplus-dem.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cplus-dem.c b/gcc/cplus-dem.c index 26fbe95..5794a5b 100644 --- a/gcc/cplus-dem.c +++ b/gcc/cplus-dem.c @@ -2926,7 +2926,7 @@ Usage: %s [-_] [-n] [-s {gnu,lucid,arm}] [--strip-underscores]\n\ char mbuffer[MBUF_SIZE]; /* Defined in the automatically-generated underscore.c. */ -int prepends_underscore; +extern int prepends_underscore; int strip_underscore = 0; @@ -2952,7 +2952,7 @@ main (argc, argv) strip_underscore = prepends_underscore; - while ((c = getopt_long (argc, argv, "_nsj:", long_options, (int *) 0)) != EOF) + while ((c = getopt_long (argc, argv, "_ns:j", long_options, (int *) 0)) != EOF) { switch (c) { |