sigh it's not easy to make this a proper flexible member

This commit is contained in:
Jeff Epler 2025-05-01 09:26:48 +02:00
parent 9a82b7b8a1
commit a62195590d

2
run.cc
View file

@ -56,7 +56,7 @@ struct worddata
uint32_t m;
unsigned char c[26];
uint16_t l;
char w[1];
char w[1]; // note: not declared as flexible member for Reasons
private:
/* Note: Constructor assumes that storage for word has been