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 |