Author: chromatic
Date: Tue May 6 22:15:31 2008
New Revision: 27373
Modified:
trunk/include/parrot/stacks.h
Log:
[src] Added the final part of the missing patch in r27367 and r27368.
Modified: trunk/include/parrot/stacks.h
==============================================================================
--- trunk/include/parrot/stacks.h (original)
+++ trunk/include/parrot/stacks.h Tue May 6 22:15:31 2008
@@ -33,7 +33,7 @@
Parrot_UInt refcount;
union { /* force appropriate alignment of 'data'. If alignment
is necessary, assume double is good enough. 27-04-2007. */
- void *data;
+ Stack_Entry_t data;
#if PARROT_PTR_ALIGNMENT > 1
double d_dummy;
#endif