libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: stupid bug in lt_dlhandle_next


From: Gary V . Vaughan
Subject: FYI: stupid bug in lt_dlhandle_next
Date: Wed, 15 Aug 2001 01:26:41 +0100

Did you guess I am writing a module loader yet?

With this patch, the following now works:

        lt_dlhandle handle = 0;
        while ((handle = lt_dlhandle_next (handle)))
          process (handle);

Cheers,
        Gary.
-- 
  ())_. Gary V. Vaughan     gary@(oranda.demon.co.uk|gnu.org)
  ( '/  Research Scientist  http://www.oranda.demon.co.uk       ,_())____
  / )=  GNU Hacker          http://www.gnu.org/software/libtool  \'      `&
`(_~)_  Tech' Author        http://sources.redhat.com/autobook   =`---d__/

Attachment: 2001-08-15-gvv-lt_dlhandle_next-fyi.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]