diff options
Diffstat (limited to 'libalee/state.hpp')
-rw-r--r-- | libalee/state.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libalee/state.hpp b/libalee/state.hpp index a5e49b5..0a61a20 100644 --- a/libalee/state.hpp +++ b/libalee/state.hpp @@ -28,6 +28,8 @@ #include <csetjmp> #include <cstddef> +//#define verify(C, E) + /** * Size of the primary data stack, number of cells. */ @@ -179,6 +181,8 @@ public: return dict.read(context.ip); } +//#undef verify + /** * Asserts the given condition is true, longjmp-ing if false. * Used as an exception handler and the method of exiting execution. |