1
0
mirror of https://github.com/janet-lang/janet synced 2025-12-14 04:28:06 +00:00

Add alias JANET_SIGNAL_EVENT.

This commit is contained in:
Calvin Rose
2020-04-17 16:27:02 -05:00
parent 596111c988
commit 4ac382e553
5 changed files with 10 additions and 8 deletions

View File

@@ -294,6 +294,8 @@ typedef enum {
JANET_SIGNAL_USER9
} JanetSignal;
#define JANET_SIGNAL_EVENT JANET_SIGNAL_USER9
/* Fiber statuses - mostly corresponds to signals. */
typedef enum {
JANET_STATUS_DEAD,