commit-gnue
[Top][All Lists]
Advanced

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

gnue/geas/lib/classdefs classdata.c


From: Neil Tiffin
Subject: gnue/geas/lib/classdefs classdata.c
Date: Sun, 16 Sep 2001 13:54:49 -0400

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Neil Tiffin <address@hidden>    01/09/16 13:54:48

Modified files:
        geas/lib/classdefs: classdata.c 

Log message:
        Remove assert.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/geas/lib/classdefs/classdata.c.diff?cvsroot=OldCVS&tr1=1.67&tr2=1.68&r1=text&r2=text

Patches:
Index: gnue/geas/lib/classdefs/classdata.c
diff -u gnue/geas/lib/classdefs/classdata.c:1.67 
gnue/geas/lib/classdefs/classdata.c:1.68
--- gnue/geas/lib/classdefs/classdata.c:1.67    Fri Sep  7 15:25:31 2001
+++ gnue/geas/lib/classdefs/classdata.c Sun Sep 16 13:54:48 2001
@@ -22,7 +22,7 @@
    along with this program; if not, write to the Free Software Foundation,
    Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
 
-   $Id: classdata.c,v 1.67 2001/09/07 19:25:31 ntiffin Exp $
+   $Id: classdata.c,v 1.68 2001/09/16 17:54:48 ntiffin Exp $
    
 */
 
@@ -599,7 +599,7 @@
 odl_fieldlist_free (odl_fieldlist * list)
 {
 #ifdef DEBUG
-  assert (list != NULL);
+  // TODO assert (list != NULL);
 #endif
   if (list)
     {



reply via email to

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