Undefine TCK.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160469
138bc75d-0d04-0410-961f-
82ee72b054a4
+2010-06-09 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
+
+ * intrinsics/system_clock.c (system_clock_4, system_clock_8):
+ Undefine TCK.
+
2010-06-04 Thomas Koenig <tkoenig@gcc.gnu.org>
PR libfortran/34670
GFC_INTEGER_4 mx;
#if defined(HAVE_SYS_TIME_H) && defined(HAVE_GETTIMEOFDAY)
+#undef TCK
#define TCK 1000
struct timeval tp1;
GFC_INTEGER_8 mx;
#if defined(HAVE_SYS_TIME_H) && defined(HAVE_GETTIMEOFDAY)
+#undef TCK
#define TCK 1000000
struct timeval tp1;