public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] cygwin: improve _EXFUN tags generation
@ 2017-11-28 12:26 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2017-11-28 12:26 UTC (permalink / raw)
  To: cygwin-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=df75aedc20cfe525d806510bc678d2902807b287

commit df75aedc20cfe525d806510bc678d2902807b287
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Tue Nov 28 13:26:37 2017 +0100

    cygwin: improve _EXFUN tags generation
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/Makefile.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in
index 4675055..ff20f07 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -777,7 +777,8 @@ CTAGS:
 	-cd $(srcdir) && \
 	ctags -R --c++-kinds=+p --fields=+iaS --extra=+q \
 	--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++='/_EXFUN *\([^,]* ([a-zA-Z0-9_]+) ?[,\)]/\1/' \
 	--regex-C++='/__ASMNAME *\("([a-zA-Z0-9_]*)"\)/\1/' \
 	@newlib_headers@ .


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-11-28 12:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-28 12:26 [newlib-cygwin] cygwin: improve _EXFUN tags generation Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).