libctf: fix __extension__ with non-GNU C compilers
authorNick Alcock <nick.alcock@oracle.com>
Tue, 2 Jun 2020 20:16:15 +0000 (21:16 +0100)
committerNick Alcock <nick.alcock@oracle.com>
Wed, 22 Jul 2020 16:57:40 +0000 (17:57 +0100)
commit469e75b621f6ee0b235d5dbe7566483d356d178d
treea65ec6913ec4a462d8bc53a037ab3501169b1b16
parent9c23dfa5aa48c3ec94f643ce25a2b900ad0549c5
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.
libctf/ChangeLog
libctf/ctf-impl.h
This page took 0.025625 seconds and 4 git commands to generate.