Modifications for the sake of WOE32DLL ports.

This commit is contained in:
Bruno Haible 2007-10-17 20:18:32 +00:00
parent 4774a8d85f
commit da8b706f89
4 changed files with 46 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2007-10-17 Bruno Haible <bruno@clisp.org>
* lib/gl_array_list.h.diff: New file.
* lib/gl_linkedhash_list.h.diff: New file.
* Makefile.am (EXTRA_DIST): Add them.
2007-10-07 Bruno Haible <bruno@clisp.org>
* build-aux/moopp (func_version): In the --version output, say GPLv3+.

View File

@ -47,6 +47,8 @@ lib/fnmatch_loop.c.diff \
lib/gen-lbrkprop.c \
lib/getopt.in.h.diff \
lib/gettext.h \
lib/gl_array_list.h.diff \
lib/gl_linkedhash_list.h.diff \
lib/glib.in.h \
lib/glibconfig.in.h \
lib/glib/ghash.c \

View File

@ -0,0 +1,19 @@
*** gl_array_list.h.orig 2007-10-08 12:32:53.000000000 +0200
--- gl_array_list.h 2007-10-17 22:15:00.000000000 +0200
***************
*** 24,30 ****
extern "C" {
#endif
! extern const struct gl_list_implementation gl_array_list_implementation;
#define GL_ARRAY_LIST &gl_array_list_implementation
#ifdef __cplusplus
--- 24,30 ----
extern "C" {
#endif
! extern DLL_VARIABLE const struct gl_list_implementation gl_array_list_implementation;
#define GL_ARRAY_LIST &gl_array_list_implementation
#ifdef __cplusplus

View File

@ -0,0 +1,19 @@
*** gl_linkedhash_list.h.orig 2007-10-08 12:32:53.000000000 +0200
--- gl_linkedhash_list.h 2007-10-17 22:14:54.000000000 +0200
***************
*** 24,30 ****
extern "C" {
#endif
! extern const struct gl_list_implementation gl_linkedhash_list_implementation;
#define GL_LINKEDHASH_LIST &gl_linkedhash_list_implementation
#ifdef __cplusplus
--- 24,30 ----
extern "C" {
#endif
! extern DLL_VARIABLE const struct gl_list_implementation gl_linkedhash_list_implementation;
#define GL_LINKEDHASH_LIST &gl_linkedhash_list_implementation
#ifdef __cplusplus