From e6be287bbfa6beda038ec8b085300c5dc9c2ecd8 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 4 Apr 2026 12:02:56 +0200 Subject: Use macro for [static N] --- tools/solvetest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/solvetest.h') diff --git a/tools/solvetest.h b/tools/solvetest.h index 75f7aab..3c9badc 100644 --- a/tools/solvetest.h +++ b/tools/solvetest.h @@ -13,7 +13,7 @@ bool check_one( const char *aname, const char *bstr, const char *bname, - bool exp[static MAXSOLUTIONS] + bool *exp ) { size_t i, j, nn, lb; char b[MAX_SOLUTION_LEN]; -- cgit v1.3