+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+.
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 \
--- /dev/null
+*** 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
--- /dev/null
+*** 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