Jumbo patch:

* Imported beans and serialization
* Updated IA-64 port
* Miscellaneous bug fixes

From-SVN: r34028
This commit is contained in:
Tom Tromey 2000-05-19 17:55:34 +00:00
parent 021c89ed68
commit 6c80c45e30
125 changed files with 18458 additions and 560 deletions

View file

@ -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";
}