mirror of
https://github.com/justinian/jsix.git
synced 2025-12-09 16:04:32 -08:00
[abi] Add j6_err_exists
This error was used by code that didn't end up getting used, but it's a useful error to keep around.
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
|
||||
#define j6_status_closed 0x1000
|
||||
#define j6_status_destroyed 0x1001
|
||||
#define j6_status_exists 0x1002
|
||||
|
||||
#define j6_err_nyi j6_err(0x0001)
|
||||
#define j6_err_unexpected j6_err(0x0002)
|
||||
|
||||
Reference in New Issue
Block a user