commit | 07bc873c73315854f52506777d9afb70c5cfedda | [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 | a4f737a9c39abb45a5bde47f313df48e645331f7 [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>