On Sat, 04 Feb 2006 14:34:08 +0000, Shigio YAMAGUCHI wrote... > CVSROOT: /sources/global > Module name: global > Branch: > Changes by: Shigio YAMAGUCHI <[EMAIL PROTECTED]> 06/02/04 14:34:08 > > Modified files: > htags : dupindex.c > > Log message: > The idea in r1.20 was recovered. > When --dynamic option is used, sorting filter is unnecessary for > definition and reference. > > CVSWeb URLs: > http://cvs.savannah.gnu.org/viewcvs/global/global/htags/dupindex.c.diff?tr1=1.30&tr2=1.31&r1=text&r2=text
Note that both of --nofilter=path and --nofilter=sort cannot be specified. global.c 201 if (!strcmp(optarg, "sort")) 202 nofilter = SORT_FILTER; 203 else if (!strcmp(optarg, "path")) 204 nofilter = PATH_FILTER; ---- Hideki IWAMOTO [EMAIL PROTECTED] _______________________________________________ Bug-global mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-global
