[MLton-commit] r4580

Stephen Weeks MLton@mlton.org
Wed, 24 May 2006 14:52:14 -0700


Removed out-of-date comment.

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

U   mlton/branches/on-20050822-x86_64-branch/runtime/Makefile

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

Modified: mlton/branches/on-20050822-x86_64-branch/runtime/Makefile
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/runtime/Makefile	2006-05-24 21:37:04 UTC (rev 4579)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/Makefile	2006-05-24 21:52:07 UTC (rev 4580)
@@ -188,10 +188,6 @@
 
 all:  libgdtoa.a libmlton.a libmlton-gdb.a
 
-# When compiling gdtoa, we use defines to replace strto{d,f} with
-# gdtoa_strto{d,f} to avoid conflicts with the C library on some
-# platforms that define their own strto{d,f}.
-
 libgdtoa.a: gdtoa/arith.h
 	cd gdtoa && 					\
 		$(CC) $(OPTCFLAGS) $(OPTWARNCFLAGS)	\