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

Fix compilation error with MSVC.

This commit is contained in:
Bruno Haible
2012-07-01 18:07:20 +02:00
parent bf93ebd28e
commit 064483191f
2 changed files with 34 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
2012-07-01 Bruno Haible <bruno@clisp.org>
Fix compilation error with MSVC.
* src/output.cc: Include config.h.
(DYNAMIC_ARRAY, FREE_DYNAMIC_ARRAY): New macros, copied from
src/search.cc.
(output_constant): Use them.
2012-07-01 Bruno Haible <bruno@clisp.org>
Remove old infrastructure for building with MSVC.