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: Sat, 19 May 2001 16:50:47 -0700

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Neil Tiffin <address@hidden>    01/05/19 16:50:47

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

Log message:
        Remove debug printf().

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

Patches:
Index: gnue/geas/lib/classdefs/classdata.c
diff -u gnue/geas/lib/classdefs/classdata.c:1.46 
gnue/geas/lib/classdefs/classdata.c:1.47
--- gnue/geas/lib/classdefs/classdata.c:1.46    Sat May 19 16:21:02 2001
+++ gnue/geas/lib/classdefs/classdata.c Sat May 19 16:50:47 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.46 2001/05/19 23:21:02 ntiffin Exp $
+   $Id: classdata.c,v 1.47 2001/05/19 23:50:47 ntiffin Exp $
    
 */
 
@@ -1561,13 +1561,13 @@
               /* it's a compound type - make new fields */
               b->type = IT_ignore;
 #ifdef DEBUG
-              printf( "---- odl_process_coumpound_types()\n     look for type 
'%s'\n" , f->datatypeclass );
+              /* printf( "---- odl_process_coumpound_types()\n     look for 
type '%s'\n" , f->datatypeclass ); */
 #endif
               cl = odl_find_class (b->tree, f->datatypeclass, NULL);
               if (!cl)
                 {
 #ifdef DEBUG
-                 printf( "     Couldn't find it!\n" );
+                 /* printf( "     Couldn't find it!\n" ); */
 #endif
                 }
               else
@@ -1575,15 +1575,15 @@
                   if (!cl->istype)
                     {
 #ifdef DEBUG
-                      printf( "     Not a 'type'\n" );
+                      /* printf( "     Not a 'type'\n" ); */
 #endif
                     }
                   else
                     {
                       GList *l;
 #ifdef DEBUG
-                      printf( "     Got it\n" );
-                      printf( "     Make field '%s.*'\n" , b->name );
+                      /* printf( "     Got it\n" ); */
+                      /* printf( "     Make field '%s.*'\n" , b->name ); */
 #endif
                       l = cl->contents;
                       newlist = NULL;
@@ -1620,7 +1620,7 @@
                                   c->contents =
                                     g_list_append (c->contents, n);
 #ifdef DEBUG
-                                  printf( "     Made '%s'\n" , n->base.name );
+                                  /* printf( "     Made '%s'\n" , n->base.name 
); */
 #endif
                                 }
                               else



reply via email to

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