From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2003-12-31 11:47:39
Hi! On Wed, Dec 31, 2003 at 11:16:07AM +0100, Groepaz wrote: > other than that, i am really interisted what could make it fail when compiled > with a different compiler than gcc (alignment? non packed structs?) .... > maybe its also just a bug related to the watcom compiler and intels or > M$'s compiler would do the trick? let me know if you find out :) It's a bug in the source. Inline functions are only enabled when gcc is found, otherwise they're replaced by macros. And one of the macros contains a typo. So anything works correctly with gcc, but not with other compilers. Regards Uz -- Ullrich von Bassewitz uz_at_musoftware.de ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo_at_musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.3 : 2003-12-31 11:47:55 CET