commit-gnue
[Top][All Lists]
Advanced

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

gnue/geas/lib/classdefs gcdparser.c


From: Neil Tiffin
Subject: gnue/geas/lib/classdefs gcdparser.c
Date: Sat, 19 May 2001 16:44:42 -0700

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

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

Log message:
        Remove the insanity I added before I understood the code.

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

Patches:
Index: gnue/geas/lib/classdefs/gcdparser.c
diff -u gnue/geas/lib/classdefs/gcdparser.c:1.32 
gnue/geas/lib/classdefs/gcdparser.c:1.33
--- gnue/geas/lib/classdefs/gcdparser.c:1.32    Sat May 19 16:21:02 2001
+++ gnue/geas/lib/classdefs/gcdparser.c Sat May 19 16:44:42 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: gcdparser.c,v 1.32 2001/05/19 23:21:02 ntiffin Exp $
+   $Id: gcdparser.c,v 1.33 2001/05/19 23:44:42 ntiffin Exp $
    
 */
 
@@ -480,7 +480,6 @@
   while (f)
     {
       /* get the field */
-     if (current_pass != 2)  return fields;
       i = (odl_item *) f->data;
 
       /* store the datatype in this field data */
@@ -499,7 +498,6 @@
           i->datatypeclass = g_strdup (datatype->name);
         }
       /* only do the reference and list types on pass 2 */
-      if (current_pass != 2)  return fields;
       if ((datatype->dt == DT_class || datatype->dt == DT_enum))
         {
           if (i->fieldtype == FT_basic && i->datatype == DT_class)



reply via email to

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