diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2026-04-04 12:02:56 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2026-04-04 12:02:56 +0200 |
| commit | e6be287bbfa6beda038ec8b085300c5dc9c2ecd8 (patch) | |
| tree | 55d0acb9efde811985157068f3656514b90344cf /tools/solvetest.h | |
| parent | 2ac46cb4d4133e5d5de90bacfc9b6e979d1d6046 (diff) | |
| download | nissy-core-e6be287bbfa6beda038ec8b085300c5dc9c2ecd8.tar.gz nissy-core-e6be287bbfa6beda038ec8b085300c5dc9c2ecd8.zip | |
Use macro for [static N]
Diffstat (limited to 'tools/solvetest.h')
| -rw-r--r-- | tools/solvetest.h | 2 |
1 files changed, 1 insertions, 1 deletions
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( | |||
| 13 | const char *aname, | 13 | const char *aname, |
| 14 | const char *bstr, | 14 | const char *bstr, |
| 15 | const char *bname, | 15 | const char *bname, |
| 16 | bool exp[static MAXSOLUTIONS] | 16 | bool *exp |
| 17 | ) { | 17 | ) { |
| 18 | size_t i, j, nn, lb; | 18 | size_t i, j, nn, lb; |
| 19 | char b[MAX_SOLUTION_LEN]; | 19 | char b[MAX_SOLUTION_LEN]; |
