Berry force type to 8 bit enum (#24654)

This commit is contained in:
s-hadinger
2026-04-17 21:44:44 +02:00
committed by GitHub
parent ec4c78629b
commit fa6d1183a1
+1 -1
View File
@@ -45,7 +45,7 @@ typedef struct {
int t; /* patch list of 'exit when true' */
int f; /* patch list of 'exit when false' */
bbyte not; /* not mark */
bbyte type;
exptype_t type : 8;
} bexpdesc;
typedef struct bblockinfo {