Re: [HACKERS] make_ctags script

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] make_ctags script
Дата
Msg-id 200002101834.NAA19445@candle.pha.pa.us
обсуждение исходный текст
Ответ на make_ctags script  ("Ross J. Reedstrom" <reedstrm@wallace.ece.rice.edu>)
Ответы Re: [HACKERS] make_ctags script  ("Ross J. Reedstrom" <reedstrm@wallace.ece.rice.edu>)
Список 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 по дате отправления:

Предыдущее
От: Don Baccus
Дата:
Сообщение: Re: [HACKERS] minor bug...
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [HACKERS] createdb default arguments