Introduce NO_ADDRESS constant

This commit is contained in:
Justine Tunney 2023-11-03 13:56:17 -07:00
parent aa106c9356
commit 48e260e653
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
4 changed files with 1 additions and 7 deletions

View file

@ -6,6 +6,7 @@
#define TRY_AGAIN 2
#define NO_RECOVERY 3
#define NO_DATA 4
#define NO_ADDRESS NO_DATA
#if !(__ASSEMBLER__ + __LINKER__ + 0)
COSMOPOLITAN_C_START_