[subset-cff] Comment

This commit is contained in:
Behdad Esfahbod 2022-11-21 22:02:17 -07:00
parent 28e767ddea
commit a29ca6efbc
1 changed files with 3 additions and 0 deletions

View File

@ -309,6 +309,9 @@ struct parsed_cs_op_t : op_str_t
bool for_skip () const { return skip_flag; }
void set_skip () { skip_flag = true; }
/* The layout of this struct is designed to fit within the
* padding of op_str_t! */
protected:
bool drop_flag : 1;
bool keep_flag : 1;