commit | 126f0d29a66a045ff525f1c91cbefaabf80e2e76 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 01 12:22:42 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Oct 09 04:40:27 2018 -0600 |
tree | a43e49626c3977a27f5c0237a3388c10e378c7c3 | |
parent | fe68a4542fcb58f0b74bbd56ce162df2768ac03a [diff] |
ctags: Minor changes to fix ctags output At present ctags emits lines with unmatched quotes which means that the output file is invalid. This is with exuberant-ctags version 5.9~svn201103 but I also see it with plain ctags. I am not sure that it is a bug though. Make a few minor changes in the source code to fix this problem. Signed-off-by: Simon Glass <sjg@chromium.org>