aboutsummaryrefslogtreecommitdiff
path: root/src/cancel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cancel.h')
-rw-r--r--src/cancel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cancel.h b/src/cancel.h
index 93fae4d..e62cf0a 100644
--- a/src/cancel.h
+++ b/src/cancel.h
@@ -29,6 +29,7 @@ enum class CancelOp
29 MaskRet = LUA_MASKRET, 29 MaskRet = LUA_MASKRET,
30 MaskLine = LUA_MASKLINE, 30 MaskLine = LUA_MASKLINE,
31 MaskCount = LUA_MASKCOUNT, 31 MaskCount = LUA_MASKCOUNT,
32 MaskAll = LUA_MASKCALL | LUA_MASKRET | LUA_MASKLINE | LUA_MASKCOUNT
32}; 33};
33 34
34// xxh64 of string "kCancelError" generated at https://www.pelock.com/products/hash-calculator 35// xxh64 of string "kCancelError" generated at https://www.pelock.com/products/hash-calculator