[MLton-commit] r4505

Stephen Weeks MLton@mlton.org
Tue, 9 May 2006 16:32:50 -0700


Tweaked previous commit.  The wrong version was commented out.

----------------------------------------------------------------------

U   mlton/branches/on-20050822-x86_64-branch/runtime/gen/gen-types.c

----------------------------------------------------------------------

Modified: mlton/branches/on-20050822-x86_64-branch/runtime/gen/gen-types.c
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/runtime/gen/gen-types.c	2006-05-09 23:16:14 UTC (rev 4504)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/gen/gen-types.c	2006-05-09 23:32:49 UTC (rev 4505)
@@ -65,9 +65,9 @@
   "/* ML types */",
   // "typedef void* Pointer;",
   // "typedef uintptr_t Pointer;",
-  "typedef unsigned char* Pointer;",
-//  "struct PointerAux { unsigned char z[4]; } __attribute__ ((aligned (4)));",
-//  "typedef struct PointerAux* Pointer;",
+  // "typedef unsigned char* Pointer;",
+  "struct PointerAux { unsigned char z[4]; } __attribute__ ((aligned (4)));",
+  "typedef struct PointerAux* Pointer;",
   "#define Array(t) Pointer",
   "#define Ref(t) Pointer",
   "#define Vector(t) const Pointer",