Commit f662e8be by Eric Fiselier

Rename OS_MACOSX macro to new name BENCHMARK_OS_MACOSX. Fix #169

parent 0a1f4849
......@@ -54,7 +54,7 @@ namespace benchmark {
namespace cycleclock {
// This should return the number of cycles since power-on. Thread-safe.
inline BENCHMARK_ALWAYS_INLINE int64_t Now() {
#if defined(OS_MACOSX)
#if defined(BENCHMARK_OS_MACOSX)
// this goes at the top because we need ALL Macs, regardless of
// architecture, to return the number of "mach time units" that
// have passed since startup. See sysinfo.cc where
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment