remove CLK_TCK, not always defined

ulab-original
jsorg71 17 years ago
parent e4d8ba4ce9
commit b7e71971a1

@ -1571,6 +1571,6 @@ g_time2(void)
clock_t num_ticks;
num_ticks = times(&tm);
return (int)((num_ticks / CLK_TCK) * 1000);
return (int)(num_ticks * 10);
#endif
}

Loading…
Cancel
Save