We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 752fdb5 commit 93db123Copy full SHA for 93db123
driver/others/memory.c
@@ -147,8 +147,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
147
#elif (defined(OS_DARWIN) || defined(OS_SUNOS)) && defined(C_GCC)
148
#define CONSTRUCTOR __attribute__ ((constructor))
149
#define DESTRUCTOR __attribute__ ((destructor))
150
-#else
151
-#if __GNUC__ && INIT_PRIORITY && ((GCC_VERSION >= 40300) || (CLANG_VERSION >= 20900))
+#elif __GNUC__ && INIT_PRIORITY && ((GCC_VERSION >= 40300) || (CLANG_VERSION >= 20900))
152
#define CONSTRUCTOR __attribute__ ((constructor(101)))
153
#define DESTRUCTOR __attribute__ ((destructor(101)))
154
#elif __GNUC__ && INIT_PRIORITY
0 commit comments