diff options
Diffstat (limited to 'source/core.cpp')
-rw-r--r-- | source/core.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/core.cpp b/source/core.cpp index cc7c267..5842ad8 100644 --- a/source/core.cpp +++ b/source/core.cpp @@ -30,7 +30,7 @@ void jump(FuncList ip) // LITERAL's run-time semantics: push the given value onto the stack. static auto literall = WordWrap<[] { push((Cell)*++IP); -}>(); +}>; void compileliteral() { |