libtool-patches
[Top][All Lists]
Advanced

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

Re: FYI: libtool--devo--1.0--patch-155


From: Ralf Wildenhues
Subject: Re: FYI: libtool--devo--1.0--patch-155
Date: Thu, 2 Sep 2004 17:14:34 +0200
User-agent: Mutt/1.4.1i

Hi Gary,

* Gary V. Vaughan wrote on Thu, Sep 02, 2004 at 03:04:54PM CEST:
>
>        const madness reduction.

Just moves the const-cast warning over to ltdl.c when calling
lt_dlloader_remove.  Oh well.

>+  CAVEAT: You must stare the result of this function, or you might not
                       ^
Typo.  Other than that, looks fine to me.

Not sure if you want this for debugging your other uses of slist:

--- slist.c     2 Sep 2004 12:55:32 -0000       1.3
+++ slist.c     2 Sep 2004 14:21:33 -0000
@@ -165,6 +165,7 @@
       return slist;
     }
  
+  assert(!item->next);
   item->next = slist;
   return item;
 }


Regards,
Ralf




reply via email to

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