X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fuint256.h;h=5b1ba9f6f7a76511f0baefb1646c4343681c23f2;hb=882164196e5b1971313493f95a6d027f05e2ec92;hp=d3da1f26d27eb915213e000a6fe5f8ec587c43a1;hpb=bd846c0e565ca0db276cb6b7eac7763bebe19b84;p=novacoin.git diff --git a/src/uint256.h b/src/uint256.h index d3da1f2..5b1ba9f 100644 --- a/src/uint256.h +++ b/src/uint256.h @@ -1,5 +1,5 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto -// Copyright (c) 2011 The Bitcoin developers +// Copyright (c) 2009-2012 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file license.txt or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_UINT256_H @@ -623,7 +623,7 @@ inline const uint256 operator-(const uint256& a, const uint256& b) { return - +#ifdef TEST_UINT256 inline int Testuint256AdHoc(std::vector vArg) { @@ -756,3 +756,5 @@ inline int Testuint256AdHoc(std::vector vArg) } #endif + +#endif