Patch #694
config/config.h.cmake: const must be without quotes
Start date:
13 Apr 2010
Due date:
% Done:
100%
Estimated time:
Description
Index: config/config.h.cmake
===================================================================
--- config/config.h.cmake (revision 2074)
++ config/config.h.cmake (working copy)@ -37,7 +37,7
@
/* Define to `const' or to empty, depending on the second argument of `iconv'. */
#cmakedefine ICONV_ACCEPTS_CONST_INPUT 1
#if defined ICONV_ACCEPTS_CONST_INPUT
-#define EXV_ICONV_CONST "const"
#define EXV_ICONV_CONST const
#else
#define EXV_ICONV_CONST
#endif
Files
Related issues
History
Updated by Gilles Caulier over 11 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Fixed with commit #2075.
Updated by Robin Mills over 8 years ago
- Category set to build
- Status changed from Resolved to Closed
- Assignee set to Gilles Caulier
- Priority changed from Urgent to Normal
- Target version set to 0.24
Fixed in 0.24.