diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-19 17:55:34 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-19 17:55:34 +0000 |
commit | 51acace4cce1255942e3e3bd3a7ecbff7f5b9377 (patch) | |
tree | 88cf0d32aea197ea8e8198e1206b04c820308615 /libjava/scripts | |
parent | 6e95df84d1be816955443d07c4935189b0341c63 (diff) | |
download | gcc-51acace4cce1255942e3e3bd3a7ecbff7f5b9377.tar.gz |
Jumbo patch:
* Imported beans and serialization
* Updated IA-64 port
* Miscellaneous bug fixes
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34028 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/scripts')
-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 05f9133af2b..e9f17c774ea 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"; } |