blob: 425923e56fd55ff947075773266020cf9c927944 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- alloc.c.orig Tue May 18 07:45:09 1999
+++ alloc.c Sat Jan 11 15:11:22 2003
@@ -110,5 +110,9 @@
Block *block;
struct {int _;} junk; /* alignment */
+#ifdef __ia64__
+ long double djunk; /* alignment */
+#else
double djunk; /* alignment */
+#endif
};
|