mirror of
https://https.git.savannah.gnu.org/git/gettext.git
synced 2026-01-26 15:39:11 +00:00
Modifications for the sake of WOE32DLL ports.
This commit is contained in:
parent
4774a8d85f
commit
da8b706f89
@ -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+.
|
||||
|
||||
@ -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 \
|
||||
|
||||
19
gnulib-local/lib/gl_array_list.h.diff
Normal file
19
gnulib-local/lib/gl_array_list.h.diff
Normal 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
|
||||
19
gnulib-local/lib/gl_linkedhash_list.h.diff
Normal file
19
gnulib-local/lib/gl_linkedhash_list.h.diff
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user