From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | "Ross J(dot) Reedstrom" <reedstrm(at)wallace(dot)ece(dot)rice(dot)edu> |
Cc: | Postgres Hackers List <hackers(at)postgreSQL(dot)org> |
Subject: | Re: [HACKERS] make_ctags script |
Date: | 2000-02-10 18:34:48 |
Message-ID: | 200002101834.NAA19445@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)hiebert(dot)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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2000-02-10 20:06:06 | Re: [HACKERS] createdb default arguments |
Previous Message | Don Baccus | 2000-02-10 18:23:33 | Re: [HACKERS] minor bug... |