public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-6420] libiberty.h: punt duplicate strverscmp prototype
@ 2021-01-03  2:51 Michael Frysinger
  0 siblings, 0 replies; only message in thread
From: Michael Frysinger @ 2021-01-03  2:51 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:37d0bb1f5b53aadfcce98829c463349ef5e30e98

commit r11-6420-g37d0bb1f5b53aadfcce98829c463349ef5e30e98
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Thu Feb 13 00:24:52 2020 -0500

    libiberty.h: punt duplicate strverscmp prototype
    
    SVN r216772 accidentally copied & pasted this prototype when adding
    other ones nearby.
    
    include/ChangeLog:
    
            * libiberty.h (strverscmp): Delete duplicate prototype.

Diff:
---
 include/libiberty.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/include/libiberty.h b/include/libiberty.h
index 591e9ac48d4..46d394728c7 100644
--- a/include/libiberty.h
+++ b/include/libiberty.h
@@ -713,11 +713,6 @@ extern unsigned long long int strtoull (const char *nptr,
                                         char **endptr, int base);
 #endif
 
-#if defined(HAVE_DECL_STRVERSCMP) && !HAVE_DECL_STRVERSCMP
-/* Compare version strings.  */
-extern int strverscmp (const char *, const char *);
-#endif
-
 /* Set the title of a process */
 extern void setproctitle (const char *name, ...);


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

only message in thread, other threads:[~2021-01-03  2:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-03  2:51 [gcc r11-6420] libiberty.h: punt duplicate strverscmp prototype Michael Frysinger

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).