forked from Imagelibrary/binutils-gdb
libctf: fix __extension__ with non-GNU C compilers
We forgot to #define __extension__ to nothing in this case. libctf/ * ctf-impl.h [!__GNUC__] (__extension__): Define to nothing.
This commit is contained in:
@@ -65,6 +65,7 @@ extern "C"
|
||||
#define _libctf_unlikely_(x) (x)
|
||||
#define _libctf_unused_
|
||||
#define _libctf_malloc_
|
||||
#define __extension__
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user