GH-131331: Rename "not" to "invert" (GH-131334)

This commit is contained in:
Bénédikt Tran 2025-03-21 00:59:41 +01:00 committed by GitHub
parent 844765b20f
commit 883c2f682b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

View file

@ -202,7 +202,7 @@ typedef struct _jit_opt_tuple {
typedef struct {
uint8_t tag;
bool not;
bool invert;
uint16_t value;
} JitOptTruthiness;