expr.c (add_type_assertion): Use the proper enumeration type, since this is what...
authorMarcin Dalecki <martin@dalecki.de>
Tue, 8 Feb 2005 19:14:39 +0000 (20:14 +0100)
committerTom Tromey <tromey@gcc.gnu.org>
Tue, 8 Feb 2005 19:14:39 +0000 (19:14 +0000)
commit86641a95b6bd1fad7c27bd851ed999d7b8e12acc
tree8f9d466f878b0ec5175c90e75c00f8b161d63c82
parentb59c0c440ce8fedd59951d7b43b5f432e4d39507
expr.c (add_type_assertion): Use the proper enumeration type, since this is what htab_find_slot() is expecting.

2005-02-08  Marcin Dalecki  <martin@dalecki.de>

* expr.c (add_type_assertion): Use the proper enumeration type,
since this is what htab_find_slot() is expecting.

From-SVN: r94743
gcc/java/ChangeLog
gcc/java/expr.c