(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:
peter1138
2006-05-02 18:56:07 +00:00
parent 91a6004697
commit b945e9249a
2 changed files with 5 additions and 5 deletions

View File

@@ -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*);