diff options
Diffstat (limited to 'source/core.hpp')
-rw-r--r-- | source/core.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/core.hpp b/source/core.hpp index 4e4c1e6..8b220e4 100644 --- a/source/core.hpp +++ b/source/core.hpp @@ -33,7 +33,7 @@ constexpr auto fexit = WordWrap<[] { extern FuncList IP; extern Cell rpop(); IP = reinterpret_cast<FuncList>(rpop()); -}>(); +}>; void jump(FuncList ip); /** Jumps to the given instruction pointer. */ void compileliteral(); /** Compiles LITERAL into the current definition. */ |