diff --git a/cf/make-proto.pl b/cf/make-proto.pl index 37bc3b5b8..a158c5a94 100644 --- a/cf/make-proto.pl +++ b/cf/make-proto.pl @@ -314,7 +314,7 @@ my $undepstr = ""; foreach (keys %depfunction) { $depstr .= "#ifndef $_ #ifndef __has_extension -#define __has_extension 0 +#define __has_extension(x) 0 #define ${_}has_extension 1 #endif #if __has_extension(attribute_deprecated_with_message)