bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] fallthrough: update for GCC 7/8


From: Bruno Haible
Subject: Re: [PATCH] fallthrough: update for GCC 7/8
Date: Sat, 20 May 2017 12:12:47 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-75-generic; KDE/5.18.0; x86_64; ; )

Jim Meyering wrote:
> diff --git a/tests/test-getopt.h b/tests/test-getopt.h
> index ce470c8..5c0e5b5 100644
> --- a/tests/test-getopt.h
> +++ b/tests/test-getopt.h
> @@ -17,6 +17,7 @@
>  /* Written by Bruno Haible <address@hidden>, 2009.  */
> 
>  #include <stdbool.h>
> +#include "macros.h"
> 
>  /* The glibc/gnulib implementation of getopt supports setting optind =
>     0, but not all other implementations do.  This matters for getopt.

This is not necessary, as it's already included in tests/test-getopt-main.h,
before test-getopt.h gets included.


2017-05-20  Bruno Haible  <address@hidden>

        getopt-posix tests: Remove redundant include.
        * tests/test-getopt.h: Don't include "macros.h". It's already included
        by tests/test-getopt-main.h.

diff --git a/tests/test-getopt.h b/tests/test-getopt.h
index 5c0e5b5..a41fdc1 100644
--- a/tests/test-getopt.h
+++ b/tests/test-getopt.h
@@ -17,7 +17,6 @@
 /* Written by Bruno Haible <address@hidden>, 2009.  */
 
 #include <stdbool.h>
-#include "macros.h"
 
 /* The glibc/gnulib implementation of getopt supports setting optind =
    0, but not all other implementations do.  This matters for getopt.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]