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

Honor --readonly-tables when outputting table for --ignore-case.

* src/output.cc (output_upperlower_table): Add 'const' when suitable.
This commit is contained in:
Michael Drake
2021-06-06 11:23:17 +02:00
committed by Bruno Haible
parent b0f961a9b3
commit 96ebd0b95d
2 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2021-06-06 Michael Drake <tlsa@netsurf-browser.org> (tiny change)
Honor --readonly-tables when outputting table for --ignore-case.
* src/output.cc (output_upperlower_table): Add 'const' when suitable.
2021-01-30 Bruno Haible <bruno@clisp.org>
Mark Autoconf 2.71 as supported.