diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2024-01-01 11:45:50 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2024-01-01 11:45:50 -0500 |
commit | ec3b03c4fd2fc9ecad4dd810ba7b6e4766ff286b (patch) | |
tree | a5789c680cd1a4f4a6bd4e462dd21331dc6be553 /libalee/state.hpp | |
parent | e8c9f97f4fa9502b88c8c3a44c5d5f5f1c98d506 (diff) |
remove addNativeWordnative
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. |