Several fixes

This commit is contained in:
ceriel
1990-11-01 09:33:51 +00:00
parent 1aef1c5921
commit 1bab6dbcaf
5 changed files with 28 additions and 19 deletions

View File

@@ -28,7 +28,7 @@ ALIGNMENT must be a dividor of MIN_SIZE
union _inf {
union _inf *ptr;
unsigned int ui;
size_type ui;
};
typedef union _inf mallink;