Make parser includes closer to uctags and sync parser license header
commit7b9d0dd83ce0874593758a620a9b9a2d256503c1
authorJiří Techet <techet@gmail.com>
Thu, 28 Jul 2016 19:54:26 +0000 (28 21:54 +0200)
committerJiří Techet <techet@gmail.com>
Thu, 28 Jul 2016 21:55:56 +0000 (28 23:55 +0200)
tree9e0061a63469bbddd24f954130ca34690b1408c1
parentf791e91e1884a76754d88b7cd92fff4df3383947
Make parser includes closer to uctags and sync parser license header

Adds (currently empty) debug.h, routines.h and xtag.h and uses them at the
same places like uctags.
31 files changed:
ctags/Makefile.am
ctags/main/debug.h [new file with mode: 0644]
ctags/main/routines.h [new file with mode: 0644]
ctags/main/xtag.h [new file with mode: 0644]
ctags/parsers/asm.c
ctags/parsers/basic.c
ctags/parsers/c.c
ctags/parsers/cobol.c
ctags/parsers/css.c
ctags/parsers/diff.c
ctags/parsers/erlang.c
ctags/parsers/fortran.c
ctags/parsers/go.c
ctags/parsers/html.c
ctags/parsers/jscript.c
ctags/parsers/json.c
ctags/parsers/lua.c
ctags/parsers/make.c
ctags/parsers/objc.c
ctags/parsers/pascal.c
ctags/parsers/perl.c
ctags/parsers/php.c
ctags/parsers/python.c
ctags/parsers/r.c
ctags/parsers/ruby.c
ctags/parsers/rust.c
ctags/parsers/sh.c
ctags/parsers/sql.c
ctags/parsers/tcl.c
ctags/parsers/verilog.c
ctags/parsers/vhdl.c