From 050d2e953f23db6d818b9cec6b7dc0e52aa7537c Mon Sep 17 00:00:00 2001 From: Gavin Andresen Date: Wed, 31 Jul 2013 14:06:44 +1000 Subject: Remove #define loop from util.h Replace the loop macro with while (true). The #define caused problems for Qt. --- src/script.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/script.cpp') diff --git a/src/script.cpp b/src/script.cpp index 14fe80e207..5699fbfb6a 100644 --- a/src/script.cpp +++ b/src/script.cpp @@ -1163,7 +1163,7 @@ bool Solver(const CScript& scriptPubKey, txnouttype& typeRet, vector