javaprims.h: Updated.
* gcj/javaprims.h: Updated. * scripts/classes.pl (scan): Removed stray semicolon. From-SVN: r60659
This commit is contained in:
parent
a88c283f0d
commit
9f1cf235ef
3 changed files with 21 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# classes.pl - A perl program to generate most of the contents of
|
||||
# javaprims.h automatically.
|
||||
|
||||
# Copyright (C) 1998, 1999, 2000 Red Hat, Inc.
|
||||
# Copyright (C) 1998, 1999, 2000, 2002 Red Hat, Inc.
|
||||
#
|
||||
# This file is part of libjava.
|
||||
#
|
||||
|
@ -119,5 +119,5 @@ sub scan
|
|||
&scan ("$dir/$_", $indent + 2);
|
||||
}
|
||||
|
||||
print $spaces, "};\n";
|
||||
print $spaces, "}\n";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue