public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] Cygwin: tags: drop _EXFUN regex
@ 2018-03-18 20:04 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2018-03-18 20:04 UTC (permalink / raw)
  To: cygwin-cvs

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

commit 1f41bc16f1f07768702010c5a2f7c1a64d0ce7fc
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Sat Mar 17 16:55:22 2018 +0100

    Cygwin: tags: drop _EXFUN regex
    
    _EXFUN has been removed a while back
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/Makefile.in | 2 --
 1 file changed, 2 deletions(-)

diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in
index ac22cfb..1ccd0bc 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -784,8 +784,6 @@ 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++='/__ASMNAME *\("([a-zA-Z0-9_]+)"\)/\1/' \
 	@newlib_headers@ .


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

only message in thread, other threads:[~2018-03-18 20:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-18 20:04 [newlib-cygwin] Cygwin: tags: drop _EXFUN regex 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).