diff options
author | Dwight <dmerriman@gmail.com> | 2008-06-06 09:38:22 -0400 |
---|---|---|
committer | Dwight <dmerriman@gmail.com> | 2008-06-06 09:38:22 -0400 |
commit | 877b72efcdd55f9fc9b271c707d4b489e551793d (patch) | |
tree | ac0ed3a446b606f89ba0c64d695f3dd3f86418d4 /util | |
parent | ed259a42e88befe6da414d95736e6562c615a32a (diff) | |
download | mongo-877b72efcdd55f9fc9b271c707d4b489e551793d.tar.gz |
mysterious disappearing blog post fix
Diffstat (limited to 'util')
-rw-r--r-- | util/util.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/util.cpp b/util/util.cpp index eef48c8e750..612a27f589c 100644 --- a/util/util.cpp +++ b/util/util.cpp @@ -1,6 +1,7 @@ #include "stdafx.h"
#include "goodies.h"
+unsigned occasion = 0;
bool goingAway = false;
bool isPrime(int n) {
|