Skip to content

Commit

Permalink
bump EntityClass MAX_FLAGS to 32
Browse files Browse the repository at this point in the history
#150
closes #82
  • Loading branch information
Garux committed Sep 18, 2023
1 parent 1c3300d commit 4cbe05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ieclass.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

#include "generic/constant.h"

#define MAX_FLAGS 16
#define MAX_FLAGS 32

// eclass show flags

Expand Down

0 comments on commit 4cbe05a

Please sign in to comment.