mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
DOS port of the GCC compiler. Now it support DOS (using the DJGPP v2 compiler), Linux console, X11 and Win32 (using the Mingw compiler). WWW: http://grx.gnu.de/
11 lines
257 B
C
11 lines
257 B
C
--- ./test/speedtst.c.orig Sat May 3 19:45:12 2003
|
|
+++ ./test/speedtst.c Sat Jul 1 16:06:12 2006
|
|
@@ -26,7 +26,7 @@
|
|
/*#include <wcdefs.h>*/
|
|
#include <conio.h>
|
|
#else
|
|
-#include <values.h>
|
|
+#include <limits.h>
|
|
#endif
|
|
#include <math.h>
|
|
#include <time.h>
|