Index: src/benchmark/bench.h
===================================================================
--- src/benchmark/bench.h	(revision a5b7905d626e51a2c959ddc46ed61c06d1e970c7)
+++ src/benchmark/bench.h	(revision 0cf5b7992194658ccc6f30eae5069589577633a3)
@@ -1,5 +1,5 @@
 #pragma once
 
-#if defined(__CFORALL__)
+#if defined(__cforall)
 extern "C" {
 #endif
@@ -8,5 +8,5 @@
 	#include <sys/times.h>					// times
 	#include <time.h>
-#if defined(__CFORALL__)
+#if defined(__cforall)
 }
 #endif
