class.c (make_class_data): The superclass of an interface should be null, not class...
authorAndrew Haley <aph@cygnus.com>
Fri, 5 Feb 1999 07:58:05 +0000 (07:58 +0000)
committerAndrew Haley <aph@gcc.gnu.org>
Fri, 5 Feb 1999 07:58:05 +0000 (07:58 +0000)
commit93089423bd89eda39fa008bb5a03c269049a47f8
tree3e784417821635063da49b248b5d28e3eba59f15
parent01235b8090859696a66fbd519d5e6b163a43fbf4
class.c (make_class_data): The superclass of an interface should be null, not class Object.

1999-02-05  Andrew Haley  <aph@cygnus.com>
        * class.c (make_class_data): The superclass of an interface should
        be null, not class Object.
        * lex.c (java_lex): Sign extend hex literals.

From-SVN: r25039
gcc/java/ChangeLog
gcc/java/class.c
gcc/java/lex.c