diff options
Diffstat (limited to 'utils.h')
-rw-r--r-- | utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -242,6 +242,8 @@ inline bool operator!=(const string& __lhs, const char* __rhs) #endif // VERIFY_ON +extern ledger::string empty_string; + #define IF_VERIFY() if (DO_VERIFY()) /********************************************************************** |