diff options
| author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-11-19 19:13:42 +0000 |
|---|---|---|
| committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-11-19 19:13:42 +0000 |
| commit | 0b324007fd92fc4b62a40088b7d49fa3ee743a1c (patch) | |
| tree | 66d0cd37d209d1f5d9df73c934dc9f25f92bdf03 /libjava/gij.cc | |
| parent | 4e11cb6534c31d4902cd189a9d220865d616d301 (diff) | |
| download | ppe42-gcc-0b324007fd92fc4b62a40088b7d49fa3ee743a1c.tar.gz ppe42-gcc-0b324007fd92fc4b62a40088b7d49fa3ee743a1c.zip | |
sjlj jumbo patch
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30591 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/gij.cc')
| -rw-r--r-- | libjava/gij.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/gij.cc b/libjava/gij.cc index f07c4956a43..8cd084fb1ea 100644 --- a/libjava/gij.cc +++ b/libjava/gij.cc @@ -89,7 +89,7 @@ main (int argc, const char **argv) { if (i >= argc - 1) { - no_argument: + no_arg: fprintf (stderr, "gij: option requires an argument -- `%s'\n", argv[i]); fprintf (stderr, "Try `gij --help' for more information.\n"); @@ -102,7 +102,7 @@ main (int argc, const char **argv) else if (! strcmp (arg, "-mx")) { if (i >= argc - 1) - goto no_argument; + goto no_arg; _Jv_SetMaximumHeapSize (argv[++i]); } else |

