|
@@ -167,6 +167,8 @@ exuberant()
|
|
|
--langdef=dotconfig --language-force=dotconfig \
|
|
--langdef=dotconfig --language-force=dotconfig \
|
|
|
--regex-dotconfig='/^#?[[:blank:]]*(CONFIG_[[:alnum:]_]+)/\1/'
|
|
--regex-dotconfig='/^#?[[:blank:]]*(CONFIG_[[:alnum:]_]+)/\1/'
|
|
|
|
|
|
|
|
|
|
+ # Remove structure forward declarations.
|
|
|
|
|
+ LANG=C sed -i -e '/^\([a-zA-Z_][a-zA-Z0-9_]*\)\t.*\t\/\^struct \1;.*\$\/;"\tx$/d' tags
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
emacs()
|
|
emacs()
|