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

Make the code C++17 compliant.

* lib/getline.cc (getstr): Don't use the 'register' keyword.
This commit is contained in:
Bruno Haible
2020-08-30 12:36:15 +02:00
parent 313d1a6770
commit a63b830554
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2020-08-30 Bruno Haible <bruno@clisp.org>
Make the code C++17 compliant.
* lib/getline.cc (getstr): Don't use the 'register' keyword.
2020-08-29 Bruno Haible <bruno@clisp.org>
Fix link error on native Windows with MSVC/clang.