mirror of
https://github.com/remko/waforth
synced 2024-12-25 09:59:07 +01:00
standalone: Fix export index
This commit is contained in:
parent
bca45c9fd0
commit
f94935c1aa
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
#define CORE_RUN_EXPORT_INDEX 0
|
||||
#define CORE_TABLE_EXPORT_INDEX 1
|
||||
#define CORE_MEMORY_EXPORT_INDEX 2
|
||||
#define CORE_ERROR_EXPORT_INDEX 9
|
||||
#define CORE_ERROR_EXPORT_INDEX 10
|
||||
|
||||
#define ERR_UNKNOWN 0x1
|
||||
#define ERR_QUIT 0x2
|
||||
|
|
Loading…
Reference in a new issue