Make combinePathAndFile() return char * instead of vString
commitf0e7af2c3279cd8ced9806050f38629c930502f3
authorJiří Techet <techet@gmail.com>
Thu, 6 Oct 2016 18:01:52 +0000 (6 20:01 +0200)
committerJiří Techet <techet@gmail.com>
Sat, 8 Oct 2016 12:12:45 +0000 (8 14:12 +0200)
tree2821fbe5f3cfc2308a338163dc35e90ef07b16c8
parentfb4fc07b6a2197d5fdf9ea304c8d51d507ad5f2c
Make combinePathAndFile() return char * instead of vString

Also move eStrdup() to the correct position in the header.

In addition add the same includes into debug.h as those in uctags (the
removal of vstring inclusion inside routines.h causes compilation errors -
it would be best to explicitly include all needed files in every source to
avoid problems like this but let's do just syncing the two implementations
for now).
ctags/main/debug.h
ctags/main/read.c
ctags/main/routines.c
ctags/main/routines.h