diff options
author | Tom Tromey <tromey@gcc.gnu.org> | 2000-05-19 17:55:34 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2000-05-19 17:55:34 +0000 |
commit | 6c80c45e3010bfe992b41dd8800d2c4b65e0d5ef (patch) | |
tree | 88cf0d32aea197ea8e8198e1206b04c820308615 /libjava/scripts/classes.pl | |
parent | 021c89ed68c151c45021fccf1bb5338ee817314c (diff) | |
download | gcc-6c80c45e3010bfe992b41dd8800d2c4b65e0d5ef.zip gcc-6c80c45e3010bfe992b41dd8800d2c4b65e0d5ef.tar.gz gcc-6c80c45e3010bfe992b41dd8800d2c4b65e0d5ef.tar.bz2 |
Jumbo patch:
* Imported beans and serialization
* Updated IA-64 port
* Miscellaneous bug fixes
From-SVN: r34028
Diffstat (limited to 'libjava/scripts/classes.pl')
-rw-r--r-- | libjava/scripts/classes.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/scripts/classes.pl b/libjava/scripts/classes.pl index 05f9133..e9f17c7 100644 --- a/libjava/scripts/classes.pl +++ b/libjava/scripts/classes.pl @@ -10,7 +10,7 @@ # details. # Usage: cd <top-srcdir> ; perl classes.pl. -# Can also be run from the `gcj' directory; this lets us +# Can also be run from the `include' directory; this lets us # more easily insert the output into javaprims.h (which is where it goes). use DirHandle; @@ -100,5 +100,5 @@ sub scan &scan ("$dir/$_", $indent + 2); } - print $spaces, "}\n"; + print $spaces, "};\n"; } |