Fix unintended renaming

pull/1/head
Slávek Banko 10 years ago
parent 8e9be64d9e
commit c883e3cb0d

@ -20,8 +20,8 @@
/* gcc 3.3.1 and later optimise the "not used" (only in asm code)
symbols away. So we need to mark them as used. */
#if defined(__GNUC_PRERETQ__) && !defined(__GNUC_PREREQ)
#define __GNUC_PREREQ __GNUC_PRERETQ__
#if defined(__GNUC_PREREQ__) && !defined(__GNUC_PREREQ)
#define __GNUC_PREREQ __GNUC_PREREQ__
#endif
#ifdef __GNUC_PREREQ
#if __GNUC_PREREQ (3,1)

Loading…
Cancel
Save