1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Add two more assertions.

Suggested by Frank Wojcik.

* src/search.cc (Search::find_asso_values): Assert that a step's
_changing_count is positive.
This commit is contained in:
Bruno Haible
2025-04-20 11:56:45 +02:00
parent 07009de281
commit a3fc358838
2 changed files with 15 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
2025-04-20 Bruno Haible <bruno@clisp.org>
Add two more assertions.
Suggested by Frank Wojcik.
* src/search.cc (Search::find_asso_values): Assert that a step's
_changing_count is positive.
2025-04-20 Bruno Haible <bruno@clisp.org>
Fix typo in comment.