/[libtool]/libtool/libltdl/ltdl.c
ViewVC logotype

Diff of /libtool/libltdl/ltdl.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.134.2.3 by gary, Mon Sep 3 00:22:51 2001 UTC revision 1.134.2.4 by gary, Thu Sep 6 21:32:02 2001 UTC
# Line 1969  tryall_dlopen_module (handle, prefix, di Line 1969  tryall_dlopen_module (handle, prefix, di
1969       shuffled.  Otherwise, attempt to open FILENAME as a module.  */       shuffled.  Otherwise, attempt to open FILENAME as a module.  */
1970    if (prefix)    if (prefix)
1971      {      {
1972        error += tryall_dlopen_module (handle, 0, prefix, filename);        error += tryall_dlopen_module (handle,
1973                                         (const char *) 0, prefix, filename);
1974      }      }
1975    else if (tryall_dlopen (handle, filename) != 0)    else if (tryall_dlopen (handle, filename) != 0)
1976      {      {
# Line 2003  find_module (handle, dir, libdir, dlname Line 2004  find_module (handle, dir, libdir, dlname
2004        /* try to open the installed module */        /* try to open the installed module */
2005        if (installed && libdir)        if (installed && libdir)
2006          {          {
2007            if (tryall_dlopen_module (handle, 0, libdir, dlname) == 0)            if (tryall_dlopen_module (handle,
2008                                        (const char *) 0, libdir, dlname) == 0)
2009              return 0;              return 0;
2010          }          }
2011    
# Line 2016  find_module (handle, dir, libdir, dlname Line 2018  find_module (handle, dir, libdir, dlname
2018    
2019        /* maybe it was moved to another directory */        /* maybe it was moved to another directory */
2020        {        {
2021            if (tryall_dlopen_module (handle, 0, dir, dlname) == 0)            if (tryall_dlopen_module (handle,
2022                                        (const char *) 0, dir, dlname) == 0)
2023              return 0;              return 0;
2024        }        }
2025      }      }

Legend:
Removed from v.1.134.2.3  
changed lines
  Added in v.1.134.2.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26