parse.y (read_import_dir): Use `|=', not `+=', to set `found'.
authorTom Tromey <tromey@cygnus.com>
Thu, 25 Feb 1999 12:36:03 +0000 (12:36 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Thu, 25 Feb 1999 12:36:03 +0000 (12:36 +0000)
commit345137c78a04d79092b6c8633dd11470f30e7267
tree903aff72bf90ad6a6e70ecc46ea0eda23be1817a
parenta015305167fc1b3f303363003584e2bdb9ef2073
parse.y (read_import_dir): Use `|=', not `+=', to set `found'.

* parse.y (read_import_dir): Use `|=', not `+=', to set `found'.
When reading a zip file, only use strncmp if both strings are
bigger than the buffer length.  Initialize `k' when looping
through zip file.

From-SVN: r25439
gcc/java/ChangeLog
gcc/java/parse.c
gcc/java/parse.y