X-Git-Url: http://git.scripts.mit.edu/?a=blobdiff_plain;f=parse-options.h;h=9b94596e4aa113518d502502a0ca1bf804a60cbc;hb=00160242770aea137ec7154a8e8406feef733926;hp=c378b75b13317d27f05232c7a035ddad2374a87e;hpb=07b83b5d98a8b7230f3ebafeb4ecf2916c011db9;p=git.git diff --git a/parse-options.h b/parse-options.h index c378b75b13..9b94596e4a 100644 --- a/parse-options.h +++ b/parse-options.h @@ -180,7 +180,7 @@ extern NORETURN void usage_msg_opt(const char *msg, extern int optbug(const struct option *opt, const char *reason); extern int opterror(const struct option *opt, const char *reason, int flags); -#if defined(__GNUC__) && ! defined(clang) +#if defined(__GNUC__) && ! defined(__clang__) #define opterror(o,r,f) (opterror((o),(r),(f)), -1) #endif