Fixes for gcc >= 3.2 from Georg Baum

This commit is contained in:
Michael Brown
2005-05-23 23:47:54 +00:00
parent 809933d9f7
commit 7b423c0988
7 changed files with 23 additions and 19 deletions

View File

@@ -19,7 +19,7 @@ struct free_base_memory_header {
};
union free_base_memory_block {
struct free_base_memory_header;
struct free_base_memory_header header;
char bytes[1024];
};