pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] Changes to pspp/src/list.q


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/list.q
Date: Sat, 05 Nov 2005 21:39:40 -0500

Index: pspp/src/list.q
diff -u pspp/src/list.q:1.19 pspp/src/list.q:1.20
--- pspp/src/list.q:1.19        Wed Oct 26 05:06:14 2005
+++ pspp/src/list.q     Sun Nov  6 02:39:30 2005
@@ -24,7 +24,6 @@
 #include "alloc.h"
 #include "case.h"
 #include "command.h"
-#include "devind.h"
 #include "dictionary.h"
 #include "lexer.h"
 #include "error.h"
@@ -270,10 +269,6 @@
 
          fputs ("  <TR>\n", x->file.file);
        }
-      else if (d->class == &devind_class) 
-        {
-          /* FIXME */
-        }
       else
        assert (0);
     }
@@ -394,10 +389,6 @@
            fputs ("</TABLE>\n", x->file.file);
          }
       }
-    else if (d->class == &devind_class) 
-      {
-        /* FIXME */
-      }
     else
       assert (0);
   
@@ -530,12 +521,6 @@
 
       if (d->class == &html_class)
        continue;
-      else if (d->class == &devind_class) 
-        {
-          /* FIXME */
-          tab_output_text (TAT_NONE, "(devind not supported on LIST yet)");
-          continue;
-        }
       
       assert (d->class->special == 0);
 
@@ -724,10 +709,6 @@
          }
          
        fputs ("  </TR>\n", x->file.file);
-      }
-    else if (d->class == &devind_class) 
-      {
-        /* FIXME */
       }
     else
       assert (0);




reply via email to

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