chiark / gitweb /
Update to stressapptest 1.0.1. Fix non-x86 build. Fix lock initialization. Standardiz...
[stressapptest] / src / sattypes.h
index 2a588628912959b5950c026a8dd3f61199110c49..47fa79f5386d2a90141ee3ee3dd621907136a10d 100644 (file)
@@ -51,7 +51,9 @@ inline const char* BuildChangelist() {
   return "open source release";
 }
 
+static const bool kOpenSource = true;
 #else
+static const bool kOpenSource = false;
   #include "googlesattypes.h"
 #endif
 // Workaround to allow 32/64 bit conversion