Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 136701
Collapse All | Expand All

(-)uae-0.8.22.orig/src/include/sysdeps.h (-2 / +2 lines)
Lines 103-110 Link Here
103
};
103
};
104
#endif
104
#endif
105
105
106
#if defined(__GNUC__) && defined(AMIGA)
106
#if defined(__GNUC__) && (defined(AMIGA) || __GNUC__ * 100 + __GNUC_MINOR__ >= 304)
107
/* gcc on the amiga need that __attribute((regparm)) must */
107
/* gcc on the amiga or >= 3.4 need that __attribute((regparm)) must */
108
/* be defined in function prototypes as well as in        */
108
/* be defined in function prototypes as well as in        */
109
/* function definitions !                                 */
109
/* function definitions !                                 */
110
#define REGPARAM2 REGPARAM
110
#define REGPARAM2 REGPARAM

Return to bug 136701