X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=sv.h;h=92dec20a7303e19e1177bf0728abde28e4f82cb7;hb=2d5a560e6257e98fbb384456cc2d9b09a6b228b7;hp=74c7f3c0c0007b599b80f14d0449766c98dcabcb;hpb=baca2b926d06af79ff324964e3a80ae62949176a;p=p5sagit%2Fp5-mst-13.2.git diff --git a/sv.h b/sv.h index 74c7f3c..92dec20 100644 --- a/sv.h +++ b/sv.h @@ -235,7 +235,7 @@ perform the upgrade if necessary. See C. #define SVphv_SHAREKEYS 0x20000000 /* keys live on shared string table */ #define SVphv_LAZYDEL 0x40000000 /* entry in xhv_eiter must be deleted */ -#define SVphv_UTF8KEYS 0x80000000 /* keys when fetched are UTF8 */ +#define SVphv_HASKFLAGS 0x80000000 /* keys have flag byte after hash */ #define SVprv_WEAKREF 0x80000000 /* Weak reference */