From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2003-10-07 20:26:35
Hi! On Tue, Oct 07, 2003 at 01:11:36PM -0400, Keates, Mark wrote: > The typedef comes from another header file included first (global.h, which > itself includes loader.h) Looks like you have a problem with the order of definitions. If loader.h includes global.h which in turn includes loader.h, the necessary types are not defined when they are needed. 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-10-07 20:29:53 CEST