diff options
Diffstat (limited to 'include/stc/forward.h')
| -rw-r--r-- | include/stc/forward.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/stc/forward.h b/include/stc/forward.h index 45a68e3a..cc690064 100644 --- a/include/stc/forward.h +++ b/include/stc/forward.h @@ -116,7 +116,7 @@ typedef union { \ typedef struct { \ SELF##_value *ref; \ - bool inserted, nomem_error; \ + bool inserted; \ } SELF##_result; \ \ typedef struct { \ @@ -169,7 +169,7 @@ typedef union { \ typedef struct { \ SELF##_value *ref; \ - bool inserted, nomem_error; \ + bool inserted; \ } SELF##_result; \ \ typedef struct { \ |
