]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/libltdl/lt__glibc.h: Move all exported slist
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 10 Jan 2005 18:49:27 +0000 (18:49 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 10 Jan 2005 18:49:27 +0000 (18:49 +0000)
symbols into the lt__* namespace.
* libltdl/libltdl/lt__private.h, libltdl/libltdl/slist.h:
Adjust includes.

ChangeLog
libltdl/libltdl/lt__glibc.h
libltdl/libltdl/lt__private.h
libltdl/libltdl/slist.h

index 31a0478e19ade2edb20f9141d3402920ec2af770..8c15181076bc9558df18eae97253b18e62684d0d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-01-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * libltdl/libltdl/lt__glibc.h: Move all exported slist
+       symbols into the lt__* namespace.
+       * libltdl/libltdl/lt__private.h, libltdl/libltdl/slist.h:
+       Adjust includes.
+
 2005-01-10  Peter O'Gorman  <peter@pogma.com>
 
        * config/ltmain.m4sh (func_mode_link): Fix
index 16b3c53efb05a5c8dae451c565c75407c41b6fa5..8bb6b63d807693a6f5a4cbad6f04efdddf776f6d 100644 (file)
@@ -53,4 +53,20 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
 
 #include <argz.h>
 
+# define slist_concat  lt__slist_concat
+# define slist_cons    lt__slist_cons
+# define slist_delete  lt__slist_delete
+# define slist_remove  lt__slist_remove
+# define slist_reverse lt__slist_reverse
+# define slist_sort    lt__slist_sort
+# define slist_tail    lt__slist_tail
+# define slist_nth     lt__slist_nth
+# define slist_find    lt__slist_find
+# define slist_length  lt__slist_length
+# define slist_foreach lt__slist_foreach
+# define slist_box     lt__slist_box
+# define slist_unbox   lt__slist_unbox
+
+#include <slist.h>
+
 #endif /*!defined(LT__GLIBC_H)*/
index a1bee6f174f3498cf2c0012bf49b597556f78be3..b8c03d2c7672c4d1412e13b1b506a37d84619333 100644 (file)
@@ -59,7 +59,6 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
 #include "lt__dirent.h"
 #include "lt__strl.h"
 #include "lt__glibc.h"
-#include "slist.h"
 
 /* ...and all exported interfaces.  */
 #include "ltdl.h"
index 4906145cb8c106bd0c258c8b6d4b099308bb7832..6bb594e93884c9e6f9556d4c2e50abff5c163dcf 100644 (file)
@@ -41,6 +41,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
 #define SLIST_H 1
 
 #if defined(LTDL)
+#  include <libltdl/lt__glibc.h>
 #  include <libltdl/lt_system.h>
 #else
 #  define LT_SCOPE