cygwin: don't allow empty strings in __ASMNAME tags
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
		| @@ -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} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user