cygwin: don't allow empty strings in __ASMNAME tags
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
df75aedc20
commit
76bd5cab33
@ -779,7 +779,7 @@ CTAGS:
|
||||
--regex-C++='/EXPORT_ALIAS *\([a-zA-Z0-9_]*, *([a-zA-Z0-9_]*)\)/\1/' \
|
||||
--regex-C++='/_EXFUN *\(([a-zA-Z0-9_]+) ?[,\)]/\1/' \
|
||||
--regex-C++='/_EXFUN *\([^,]* ([a-zA-Z0-9_]+) ?[,\)]/\1/' \
|
||||
--regex-C++='/__ASMNAME *\("([a-zA-Z0-9_]*)"\)/\1/' \
|
||||
--regex-C++='/__ASMNAME *\("([a-zA-Z0-9_]+)"\)/\1/' \
|
||||
@newlib_headers@ .
|
||||
|
||||
deps:=${wildcard *.d}
|
||||
|
Loading…
Reference in New Issue
Block a user