etags.c fix by Per Cederqvist
This commit is contained in:
parent
47fd18c650
commit
953dea63cd
1 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
|||
2007-02-04 Per Cederqvist <ceder@ingate.com>
|
||||
|
||||
* etags.c: (gperf, in_word_set): changed attribute for Java to
|
||||
(C_JAVA & ~C_PLPL). The previous change introduced 2004-09-13 was
|
||||
broken, as (C_JAVA & !C_PLPL) always evaluates to 0. This caused
|
||||
import, package, extends, implements and interface to be treated
|
||||
specially for all kinds of C-style files, not just Java files.
|
||||
|
||||
2007-01-02 Francesco Potort,Al(B <pot@gnu.org>
|
||||
|
||||
* etags.c: (longopts): New undocumented option --no-duplicates.
|
||||
|
|
Loading…
Add table
Reference in a new issue