diff options
Diffstat (limited to 'libalee/corewords.hpp')
-rw-r--r-- | libalee/corewords.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libalee/corewords.hpp b/libalee/corewords.hpp index 25f6a6e..e56baa3 100644 --- a/libalee/corewords.hpp +++ b/libalee/corewords.hpp @@ -48,7 +48,7 @@ public: /** * Executes the given CoreWord execution token using the given state. */ - static void run(Cell, State&); + static bool run(Cell, State&); constexpr static char wordsarr[] = "_lit\0drop\0dup\0swap\0pick\0sys\0" |