Remove indexing of struct members
This commit is contained in:
parent
a657388b02
commit
a9e176e01a
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ case $cmd in
|
|||
parse-defs)
|
||||
tmp=`mktemp -d`
|
||||
git cat-file blob "$1" > $tmp/$2
|
||||
ctags -x --c-kinds=+p $tmp/$2 | awk '{print $1" "$2" "$3}'
|
||||
ctags -x --c-kinds=+p-m $tmp/$2 | awk '{print $1" "$2" "$3}'
|
||||
rm $tmp/$2
|
||||
rmdir $tmp
|
||||
;;
|
||||
|
|
|
|||
Loading…
Reference in a new issue