[MLton-commit] r4135
Stephen Weeks
MLton@mlton.org
Wed, 2 Nov 2005 19:51:13 -0800
Removed reference to stdint.h, which should be handled by platform.h.
----------------------------------------------------------------------
U mlton/trunk/bytecode/interpret.c
----------------------------------------------------------------------
Modified: mlton/trunk/bytecode/interpret.c
===================================================================
--- mlton/trunk/bytecode/interpret.c 2005-11-03 03:41:35 UTC (rev 4134)
+++ mlton/trunk/bytecode/interpret.c 2005-11-03 03:51:11 UTC (rev 4135)
@@ -6,7 +6,6 @@
*/
#include "platform.h"
-#include <stdint.h>
#include "interpret.h"
#include "c-chunk.h" // c-chunk.h must come before opcode.h because it
// redefines some opcode symbols