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

Make output on Windows identical to output on Unix.

* src/options.cc (Options::print_options): Drop a ".exe" suffix from the
program name before printing it.
This commit is contained in:
Bruno Haible
2025-04-05 10:23:32 +02:00
parent 2dd5061f4d
commit 67c697622f
2 changed files with 25 additions and 7 deletions

View File

@@ -1,3 +1,9 @@
2025-04-05 Bruno Haible <bruno@clisp.org>
Make output on Windows identical to output on Unix.
* src/options.cc (Options::print_options): Drop a ".exe" suffix from the
program name before printing it.
2024-11-16 Bruno Haible <bruno@clisp.org>
Avoid "-Wzero-as-null-pointer-constant" warnings on the generated code.