diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/interp.h | 3 | ||||
| -rw-r--r-- | include/version.h | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/include/interp.h b/include/interp.h index e0571de1..ab417ae5 100644 --- a/include/interp.h +++ b/include/interp.h @@ -300,12 +300,13 @@ struct Modlink Modl links[1]; }; +/* must be a multiple of 8 bytes */ struct Heap { int color; /* Allocation color */ ulong ref; Type* t; - ulong pad; /* ensure double alignment; also used for heap profiling */ + ulong hprof; /* heap profiling */ }; struct Atidle diff --git a/include/version.h b/include/version.h index fe74f0b0..6c9695ad 100644 --- a/include/version.h +++ b/include/version.h @@ -1 +1 @@ -#define VERSION "Fourth Edition (20060303)" +#define VERSION "Fourth Edition (20061219)" |
