diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2023-02-26 19:31:00 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2023-02-26 19:31:00 -0500 |
commit | c5db61d59fd75b786bd3e5a57a163d37df20a8b9 (patch) | |
tree | 74d00b7f264c9f9ef287a36f602cf8ce06450ea3 /state.hpp | |
parent | 42d64c6da242bd100533ab0c31c3835b50fa1b2d (diff) |
packed literals; faster execution
Diffstat (limited to 'state.hpp')
-rw-r--r-- | state.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ constexpr unsigned ReturnStackSize = 16; struct State { enum class Error : int { - none, + none = 0, push, pop, pushr, |