[MLton-commit] r4543

Stephen Weeks MLton@mlton.org
Mon, 15 May 2006 18:50:24 -0700


Fixed typo.

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

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-16 01:29:31 UTC (rev 4542)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/gen/gen-types.c	2006-05-16 01:50:24 UTC (rev 4543)
@@ -68,7 +68,7 @@
   // "typedef unsigned char* Pointer;",
   // "struct PointerAux { unsigned char z[4]; } __attribute__ ((aligned (4), may_alias));",
   "typedef unsigned char PointerAux __attribute__ ((aligned (4), may_alias));",
-  "typedef struct PointerAux* Pointer;",
+  "typedef PointerAux* Pointer;",
   "#define Array(t) Pointer",
   "#define Ref(t) Pointer",
   "#define Vector(t) const Pointer",