]> granicus.if.org Git - python/commitdiff
Make cache-alignment work always (in stead of 50% of the time:-)
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 24 Feb 1997 14:00:52 +0000 (14:00 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 24 Feb 1997 14:00:52 +0000 (14:00 +0000)
Mac/mwerks/malloc/malloc.c

index fdf91d5198d4bdb1d3ab5afa6d381074a0d78adc..8de57584115125b60caf228035aefa075a5565c9 100644 (file)
@@ -105,7 +105,7 @@ union       overhead {
 #ifdef USE_CACHE_ALIGNED
        struct cachealigner {
                u_long  ovalign[USE_CACHE_ALIGNED];
-       };
+       } ovu_aligner;
 #endif /* USE_CACHE_ALIGN */
 };