[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] pass option "-w" from htags to gtags
From: |
Hideki IWAMOTO |
Subject: |
[PATCH] pass option "-w" from htags to gtags |
Date: |
Thu, 06 Mar 2003 01:34:23 +0900 |
? 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
- [PATCH] pass option "-w" from htags to gtags,
Hideki IWAMOTO <=