diff options
Diffstat (limited to 'src/value.h')
-rw-r--r-- | src/value.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/value.h b/src/value.h index 3e67c248..fbe62dbf 100644 --- a/src/value.h +++ b/src/value.h @@ -561,6 +561,8 @@ std::ostream& operator<<(std::ostream& out, const value_t& val); DECLARE_EXCEPTION(value_error); +#define NULL_VALUE (value_t()) + } // namespace ledger #endif // _VALUE_H |