(svn r4691) - Codechange: don't use unnamed unions as GCC 2.95.ancient won't compile it. Needed for our MorphOS user ;)
This commit is contained in:
@@ -175,7 +175,7 @@ typedef struct ResolverObject {
|
||||
const struct Station *st;
|
||||
const struct StationSpec *statspec;
|
||||
} station;
|
||||
};
|
||||
} u;
|
||||
|
||||
uint32 (*GetRandomBits)(const struct ResolverObject*);
|
||||
uint32 (*GetTriggers)(const struct ResolverObject*);
|
||||
|
Reference in New Issue
Block a user