Re: [HACKERS] make_ctags script - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] make_ctags script
Date
Msg-id 200002101834.NAA19445@candle.pha.pa.us
Whole thread Raw
In response to make_ctags script  ("Ross J. Reedstrom" <reedstrm@wallace.ece.rice.edu>)
Responses Re: [HACKERS] make_ctags script
List pgsql-hackers
> I have a question about the make_ctags script in the src/tools
> directory. What are the -d  and -t flags to ctags supposed to do?
> My version of ctags:
> 
> wallace$ ctags --version
> Exuberant Ctags 3.2.4, by Darren Hiebert <darren@hiebert.com>

BSD ctags has:
    -d      create tags for #defines that don't take arguments; #defines that            take arguments are tagged
automatically.
    -t      create tags for typedefs, structs, unions, and enums.

> 
> Doesn't recognize them.
> 
> Oh, and one little fix: The sym-link generator puts 'tags' symlinks
> in the CVS directories. Patch attached.

Applied.

--  Bruce Momjian                        |  http://www.op.net/~candle pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Don Baccus
Date:
Subject: Re: [HACKERS] minor bug...
Next
From: Peter Eisentraut
Date:
Subject: Re: [HACKERS] createdb default arguments