diff options
author | Bruce Momjian | 2012-02-24 21:19:18 +0000 |
---|---|---|
committer | Bruce Momjian | 2012-02-24 21:19:18 +0000 |
commit | 1fbacbf998678ae8d5868aeea3e83c915e940d0a (patch) | |
tree | 13fadcdbd0588b0fc6cabafbc5b50f87c71ff4cf /src | |
parent | 7c19f9d139e76529bbb94b1bde7bc4c19f1bc37a (diff) |
Mention original ctags option name.
Diffstat (limited to 'src')
-rwxr-xr-x | src/tools/make_ctags | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/make_ctags b/src/tools/make_ctags index 37ac134aa3d..1609c076754 100755 --- a/src/tools/make_ctags +++ b/src/tools/make_ctags @@ -10,6 +10,7 @@ ctags --version 2>&1 | grep Exuberant && IS_EXUBERANT="Y" # List of kinds supported by Exuberant Ctags 5.8 # generated by ctags --list-kinds +# --c-kinds was called --c-types before 2003 # c classes # d macro definitions # e enumerators (values inside an enumeration) |