This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: -Wundef problems in getopt.h,libiberty.h


This one is obviously wrong, but the patch is otherwise OK.  Could you
post it to gcc-patches@gcc.gnu.org ?

> -#if !HAVE_DECL_GETOPT
> +#if ! defined (HAVE_DECL_BASENAME) || !HAVE_DECL_GETOPT


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]