Pass kind information into initTagEntry()
commit4fbd38f6904a9ba93b1961a10d9d977bb83d277c
authorJiří Techet <techet@gmail.com>
Sun, 31 Jul 2016 22:43:18 +0000 (1 00:43 +0200)
committerJiří Techet <techet@gmail.com>
Sun, 31 Jul 2016 22:43:18 +0000 (1 00:43 +0200)
tree0adfcb069559a9b552869b0ffbab0a373b1674fc
parent359c60b81b8d80af4551f638b2b8c894066cd82c
Pass kind information into initTagEntry()

The usage in lregex is hacky (casting const char * to char *) but it's
the quickest way to implement it right now (the question is whether
we shouldn't revert back to POSIX regex and simply use the uctags
implementation).
33 files changed:
ctags/main/entry.c
ctags/main/entry.h
ctags/main/kind.h
ctags/main/lcpp.c
ctags/main/lcpp.h
ctags/main/lregex.c
ctags/main/parse.c
ctags/main/parse.h
ctags/main/read.c
ctags/main/read.h
ctags/parsers/abc.c
ctags/parsers/asciidoc.c
ctags/parsers/c.c
ctags/parsers/css.c
ctags/parsers/erlang.c
ctags/parsers/fortran.c
ctags/parsers/go.c
ctags/parsers/jscript.c
ctags/parsers/json.c
ctags/parsers/markdown.c
ctags/parsers/objc.c
ctags/parsers/pascal.c
ctags/parsers/perl.c
ctags/parsers/php.c
ctags/parsers/powershell.c
ctags/parsers/python.c
ctags/parsers/r.c
ctags/parsers/rest.c
ctags/parsers/ruby.c
ctags/parsers/rust.c
ctags/parsers/sql.c
ctags/parsers/txt2tags.c
src/tagmanager/tm_source_file.c