Imported GNU Classpath 0.19 + gcj-import-20051115.
* sources.am: Regenerated.
* Makefile.in: Likewise.
* scripts/makemake.tcl: Use glob -nocomplain.
From-SVN: r107049
This commit is contained in:
@@ -1607,7 +1607,7 @@ public final class ValidationConsumer extends EventFilter
|
||||
throw new RuntimeException ("patchNext");
|
||||
}
|
||||
|
||||
if (table != null && (flags | F_LOOPHEAD) != 0)
|
||||
if (table != null && (flags & F_LOOPHEAD) != 0)
|
||||
table.put (this, this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user