bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] pass option "-w" from htags to gtags


From: Shigio Yamaguchi
Subject: Re: [PATCH] pass option "-w" from htags to gtags
Date: Thu, 06 Mar 2003 02:06:54 +0900

Committed. Thank you.

> ? htags/Makefile
> ? htags/Makefile.in
> ? htags/const.pl
> ? htags/htags
> ? htags/htags.1
> Index: htags/htags.in
> ===================================================================
> RCS file: /cvsroot/global/global/htags/htags.in,v
> retrieving revision 1.97
> diff -u -r1.97 htags.in
> --- htags/htags.in    1 Mar 2003 15:37:26 -0000       1.97
> +++ htags/htags.in    5 Mar 2003 16:29:50 -0000
> @@ -687,6 +687,7 @@
>  if ($'gflag) {
>       local($command) = $'gtags;
>       $command .= " -v" if ($'vflag);
> +     $command .= " -w" if ($'wflag);
>       $command .= " $dbpath" if ($dbpath);
>       system($command);
>       if ($?) { &'error("cannot execute gtags(1) command."); }
> 
> ----
> Hideki IWAMOTO  address@hidden
> 
> 
> _______________________________________________
> Bug-global mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/bug-global
> 
> 
--
Shigio Yamaguchi <address@hidden> - Tama Communications Corporation
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]