From ec3b03c4fd2fc9ecad4dd810ba7b6e4766ff286b Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Mon, 1 Jan 2024 11:45:50 -0500 Subject: remove addNativeWord --- libalee/state.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libalee/state.hpp') 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 #include +//#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. -- cgit v1.2.3